sal-clustering-commons on longer needs checker-qual, remove that
dependency. We can also enforce modernizer issues.
Change-Id: I587ae6df660f122c63c983d663cce0b6c1b3bab9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
<artifactId>sal-clustering-commons</artifactId>
<packaging>bundle</packaging>
- <properties>
- <odlparent.modernizer.enforce>false</odlparent.modernizer.enforce>
- </properties>
-
<dependencies>
<dependency>
<!-- Enforce Netty’s optional dependency on servlet API -->
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jmx</artifactId>
</dependency>
- <dependency>
- <groupId>org.checkerframework</groupId>
- <artifactId>checker-qual</artifactId>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>