BUG-2242: LLDP speaker as separate application.
[openflowplugin.git] / distribution / base / pom.xml
index 34f88407ca8db500b9423f1d1a6d783dfa6a9e2c..e39c542a09452ac1fddfc05a841428919d687887 100644 (file)
@@ -7,7 +7,7 @@ see https://git.opendaylight.org/gerrit/#/c/390/
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-parent</artifactId>
-    <version>0.0.3-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
 
@@ -36,6 +36,30 @@ see https://git.opendaylight.org/gerrit/#/c/390/
         <version>${project.version}</version>
     </dependency>
 
+    <!-- openflowplugin-extension-api -->
+    <dependency>
+        <groupId>org.opendaylight.openflowplugin</groupId>
+        <artifactId>openflowplugin-extension-api</artifactId>
+        <version>${project.version}</version>
+    </dependency>
+
+    <!-- nicira extension -->
+    <dependency>
+        <groupId>org.opendaylight.openflowplugin</groupId>
+        <artifactId>openflowplugin-extension-nicira</artifactId>
+        <version>${project.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.opendaylight.openflowplugin</groupId>
+        <artifactId>openflowjava-extension-nicira-api</artifactId>
+        <version>${project.version}</version>
+    </dependency>
+    <dependency>
+        <groupId>org.opendaylight.openflowplugin</groupId>
+        <artifactId>openflowjava-extension-nicira</artifactId>
+        <version>${project.version}</version>
+    </dependency>
+
     <!-- openflowplugin -->
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
@@ -47,7 +71,14 @@ see https://git.opendaylight.org/gerrit/#/c/390/
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>openflowplugin-controller-config</artifactId>
-      <version>0.0.3-SNAPSHOT</version>
+      <version>0.1.0-SNAPSHOT</version>
+    </dependency>
+
+    <!-- test-common -->
+    <dependency>
+        <groupId>org.opendaylight.openflowplugin</groupId>
+        <artifactId>test-common</artifactId>
+        <version>${project.version}</version>
     </dependency>
 
     <!-- debug provider -->
@@ -57,6 +88,14 @@ see https://git.opendaylight.org/gerrit/#/c/390/
       <version>${project.version}</version>
     </dependency>
 
+    <!-- extension test -->
+    <dependency>
+      <groupId>org.opendaylight.openflowplugin</groupId>
+      <artifactId>test-extension</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
+
     <!-- drop-test provider -->
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
@@ -81,6 +120,18 @@ see https://git.opendaylight.org/gerrit/#/c/390/
       <groupId>org.opendaylight.openflowjava</groupId>
       <artifactId>util</artifactId>
     </dependency>
+
+      <dependency>
+          <groupId>org.opendaylight.openflowplugin.applications</groupId>
+          <artifactId>table-miss-enforcer</artifactId>
+          <version>${project.version}</version>
+      </dependency>
+      <dependency>
+          <groupId>org.opendaylight.openflowplugin.applications</groupId>
+          <artifactId>lldp-speaker</artifactId>
+          <version>${project.version}</version>
+      </dependency>
+
   </dependencies>
 
   <build>
@@ -121,7 +172,10 @@ see https://git.opendaylight.org/gerrit/#/c/390/
             <phase>generate-resources</phase>
             <configuration>
              <outputDirectory>${project.build.directory}/generated-resources/opendaylight/configuration</outputDirectory>
-             <includeArtifactIds>openflowplugin-controller-config</includeArtifactIds>
+             <includeArtifactIds>openflowplugin-controller-config, 
+             test-extension, openflowjava-extension-nicira, openflowjava-extension-nicira-api, openflowplugin-extension-nicira,
+             table-miss-enforcer,
+             </includeArtifactIds>
              <includes>**\/*.xml</includes>
              <excludes>META-INF</excludes>
              <excludeTransitive>true</excludeTransitive>