Bug 2192 - Part2 - Move getProperty() to a common util module
[ovsdb.git] / openstack / net-virt-providers / pom.xml
index 8aacaec7b96fb13255665e9554d46e0e1966c358..7d20d8f3d895782650e25072110b559d502e010f 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <artifactId>commons</artifactId>
         <groupId>org.opendaylight.ovsdb</groupId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.3.0-SNAPSHOT</version>
         <relativePath>../../commons/parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>openstack.net-virt-providers</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Opendaylight OVS Network Virtualization Providers</name>
     <packaging>bundle</packaging>
 
             <groupId>org.opendaylight.ovsdb</groupId>
             <artifactId>openstack.net-virt</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.opendaylight.ovsdb</groupId>
+          <artifactId>utils.config</artifactId>
+          <version>${ovsdb.utils.config.version}</version>
+        </dependency>
         <dependency>
           <groupId>org.opendaylight.ovsdb</groupId>
           <artifactId>utils.mdsal-openflow</artifactId>
-          <version>1.0.0-SNAPSHOT</version>
+          <version>${utils.mdsal.openflow.version}</version>
         </dependency>
+        <dependency>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+          <scope>compile</scope>
+        </dependency>
+
     </dependencies>
 
     <build>
@@ -72,7 +83,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>2.3.6</version>
+                <version>2.4.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
                             org.osgi.framework,
                             *
                         </Import-Package>
-                        <Embed-Dependency>utils.mdsal-openflow;type=!pom;inline=false</Embed-Dependency>
+                        <Embed-Dependency>utils.config,utils.mdsal-openflow;type=!pom;inline=false</Embed-Dependency>
                         <Embed-Transitive>true</Embed-Transitive>
                         <Bundle-Activator>org.opendaylight.ovsdb.openstack.netvirt.providers.Activator</Bundle-Activator>
                     </instructions>