Move config file under src/main/config
[groupbasedpolicy.git] / renderers / faas / pom.xml
index 42efe13ff7c5b11608fad480c010d0dc48b1b01d..8cea0bcadde348ecb50ef74a8573a219084add5b 100644 (file)
   <artifactId>faas-renderer</artifactId>
   <packaging>bundle</packaging>
 
+  <properties>
+    <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
@@ -25,6 +29,7 @@
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>openflowplugin-extension-nicira</artifactId>
+      <version>${openflowplugin.version}</version>
     </dependency>
     <!-- testing dependencies -->
     <dependency>