Release odlparent
[odlparent.git] / bundles-test-lib / pom.xml
index 37e8bb56e10f126447830da55ed8b2f0962db470..2c8d4cbc307cf677be39b61b5f56a0c2796e1a3c 100644 (file)
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>bundle-parent</artifactId>
-    <version>7.0.6-SNAPSHOT</version>
-    <relativePath>../bundle-parent</relativePath>
+    <artifactId>bnd-parent</artifactId>
+    <version>13.0.9</version>
+    <relativePath>../bnd-parent</relativePath>
   </parent>
 
   <artifactId>bundles-test-lib</artifactId>
   <name>ODL :: odlparent :: ${project.artifactId}</name>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
 
   <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>
 
   <dependencies>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.karaf.bundle</groupId>
       <artifactId>org.apache.karaf.bundle.core</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.framework</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest</artifactId>
         </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>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
     </dependency>
   </dependencies>
-
 </project>