Bump versions to 2.0.5-SNAPSHOT
[odlparent.git] / bundles4-test / pom.xml
index 6d673aa432fc0c0f779aa40fc4db216db0e6a4a0..5025e57264878861d6b779b7a6e696e7e4e4234e 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>2.0.5-SNAPSHOT</version>
     <relativePath>../bundle-parent</relativePath>
   </parent>
 
 
   <dependencies>
     <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>bundles-test-lib</artifactId>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.bundle</groupId>
       <artifactId>org.apache.karaf.bundle.core</artifactId>
-      <version>${karaf4.version}</version>
+      <version>${karaf.version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
         </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>
 
   <build>
     <plugins>
       <plugin>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>maven-bundle-plugin</artifactId>
-          <configuration>
-            <instructions>
-              <Embed-Dependency>*;scope=compile</Embed-Dependency>
-              <Embed-Transitive>true</Embed-Transitive>
-              <Import-Package>!net.sf.cglib.proxy,!org.objenesis,*</Import-Package>
-            </instructions>
-          </configuration>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Embed-Dependency>*;scope=compile</Embed-Dependency>
+            <Embed-Transitive>true</Embed-Transitive>
+            <Import-Package>!net.sf.cglib.proxy,!org.objenesis,*</Import-Package>
+            <_exportcontents>org.opendaylight.odlparent.bundlestest.lib.*</_exportcontents>
+          </instructions>
+        </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>