Bump mockito to 4.8.0
[odlparent.git] / bundles-test-lib / pom.xml
index ab94bdf13d0925aad8425e87c3351df204d6064a..cd899ae8fc6304c5b440487b10b0a27304a63662 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>10.0.0-SNAPSHOT</version>
+    <version>11.0.2-SNAPSHOT</version>
     <relativePath>../bnd-parent</relativePath>
   </parent>
 
@@ -24,7 +24,6 @@
 
   <properties>
     <!-- Opt-in to our optional code quality checks -->
-    <pmd.cpd.fail>true</pmd.cpd.fail>                    <!-- Copy/paste detection -->
     <duplicate-finder.skip>false</duplicate-finder.skip> <!-- Classpath duplicates -->
   </properties>
 
         </exclusion>
       </exclusions>
     </dependency>
-    <!-- BEWARE of adding additional dependencies here...
-         It will cause weird issues e.g. in integration/distribution/features/repos/distribution -->
-    <dependency>
-      <groupId>com.google.truth</groupId>
-      <artifactId>truth</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
-
 </project>