Remove checker framework 96/112696/1
authorkrishnaa96 <krishna.moorthy6@wipro.com>
Tue, 15 Sep 2020 12:56:41 +0000 (18:26 +0530)
committerkrishnaa96 <krishna.moorthy6@wipro.com>
Tue, 15 Sep 2020 12:56:41 +0000 (18:26 +0530)
Remove checker framework due to license
violations. CMSO is not using the dependency
but comes as part of com.att.eelf:eelf-core

Issue-ID: OPTFRA-841
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ia04ea21749650131e9fb99dad3a904f65a8468d4

cmso-logger/pom.xml

index 2665690..e56f849 100644 (file)
                     <groupId>org.powermock</groupId>
                     <artifactId>powermock-module-junit4</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>edu.washington.cs.types.checker</groupId>
+                    <artifactId>checker-framework</artifactId>
+                </exclusion>
 
             </exclusions>
         </dependency>
@@ -54,4 +58,4 @@
     </dependencies>
 
 
-</project>
\ No newline at end of file
+</project>