Integrating FAAS renderer with the faas fabric mapping services. Also,
[groupbasedpolicy.git] / renderers / faas / pom.xml
index 42efe13ff7c5b11608fad480c010d0dc48b1b01d..4b75906e69d3487e6cf1a992ff27923cdc183b77 100644 (file)
   <artifactId>faas-renderer</artifactId>
   <packaging>bundle</packaging>
 
+  <properties>
+    <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
+    <faas.version>1.0.0-SNAPSHOT</faas.version>
+  </properties>
+
   <dependencies>
     <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>yang-ext</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.openflowplugin</groupId>
-      <artifactId>openflowplugin-extension-nicira</artifactId>
+      <groupId>org.opendaylight.faas</groupId>
+      <artifactId>uln-mapper-model</artifactId>
+      <version>${faas.version}</version>
     </dependency>
     <!-- testing dependencies -->
     <dependency>
@@ -39,7 +41,7 @@
     </dependency>
   </dependencies>
 
 <!-- project build -->
+ <!-- project build -->
   <build>
     <plugins>
       <plugin>
               org.opendaylight.yang.gen.v1.urn.opendaylight.groupbasedpolicy.faas.rev151009.*
             </Export-Package>
           </instructions>
-          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>yang-maven-plugin</artifactId>
-      </plugin>
     </plugins>
   </build>
 </project>