aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2020-09-15 18:26:41 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2020-09-15 18:26:41 +0530
commitbf77d3c5502124c507d60f35bc86416a4959127b (patch)
treeecdc3c4eb4d75c9d510d6c4b1da04f1cae483329
parent5d34c1658166022fa363c5a3b7d86ca15534fa38 (diff)
Remove checker framework
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
-rw-r--r--cmso-logger/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/cmso-logger/pom.xml b/cmso-logger/pom.xml
index 2665690..e56f849 100644
--- a/cmso-logger/pom.xml
+++ b/cmso-logger/pom.xml
@@ -43,6 +43,10 @@
<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>