Move config file under src/main/config
[groupbasedpolicy.git] / renderers / ofoverlay / pom.xml
index e95088cb36143baa27a949f76bba59e5b89cea5c..90614a6650ab2dc4532a863e5590f7c518d7930e 100644 (file)
   <artifactId>ofoverlay-renderer</artifactId>
   <packaging>bundle</packaging>
 
+  <properties>
+    <ovsdb.version>1.2.1-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
+    <liblldp.version>0.10.0-SNAPSHOT</liblldp.version>
+    <sfc.version>0.2.0-SNAPSHOT</sfc.version>
+  </properties>
+
   <dependencies>
     <!-- model dependencies -->
     <dependency>
   <dependency>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>southbound-api</artifactId>
+    <version>${ovsdb.version}</version>
   </dependency>
-
     <!-- project specific dependencies -->
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>openflowplugin-extension-nicira</artifactId>
+      <version>${openflowplugin.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>liblldp</artifactId>
+      <version>${liblldp.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-net</groupId>