Clean up sal-clustering-commons pom.xml 10/116110/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Mar 2025 16:59:54 +0000 (17:59 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Mar 2025 17:02:11 +0000 (18:02 +0100)
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>
opendaylight/md-sal/sal-clustering-commons/pom.xml

index ea8d0e4bead748b3270d5da73d4294c7640a06f0..f467224bfad67019d9f1a77ed24e90147fc5a5a6 100644 (file)
     <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>