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
<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>
</dependencies>
-</project>
\ No newline at end of file
+</project>