Fix missing dependencies on configuration files 13/61113/1
authorKai Gao <gaok12@mails.tsinghua.edu.cn>
Thu, 3 Aug 2017 12:53:37 +0000 (20:53 +0800)
committerKai Gao <gaok12@mails.tsinghua.edu.cn>
Thu, 3 Aug 2017 13:00:39 +0000 (21:00 +0800)
Change-Id: I5279ba8224069a9b6ecf126592cb680427d00d81
Signed-off-by: Kai Gao <gaok12@mails.tsinghua.edu.cn>
alto-karaf/pom.xml
alto-release-features/odl-alto-manual-maps/pom.xml
alto-release-features/odl-alto-simpleecs/pom.xml
alto-release-features/odl-alto-spce/pom.xml

index a746b0c2c1d8f21c19ca06c5360f8dc4785d5191..514197dadaae4d6d0cf82c7ce66c179c6b3e4b38 100644 (file)
@@ -38,11 +38,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>features-alto-release</artifactId>
+      <artifactId>features4-alto</artifactId>
       <version>${project.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
-      <scope>runtime</scope>
     </dependency>
   </dependencies>
   <!-- DO NOT install or deploy the karaf artifact -->
index df161c64b6381ad3ceaa5181c3c06118e1bdd07a..ed24de6c4e15bfe369a6ab3b2cf5aaf9eebb9a73 100644 (file)
@@ -79,5 +79,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>alto-manual-maps-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.alto.basic</groupId>
+      <artifactId>alto-manual-maps-impl</artifactId>
+      <version>${project.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
   </dependencies>
 </project>
index 6cb33a6f5dc7bb7fa6891169b5b25b9c0508c767..da9a4c79a22d7260e9ce8314a983c6b5a7492924 100644 (file)
@@ -55,5 +55,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>alto-simple-ecs-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.alto.basic</groupId>
+      <artifactId>alto-simple-ecs-impl</artifactId>
+      <version>${project.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
   </dependencies>
 </project>
index 0c0012d29cf32e692319590dcd0f2f3e7a55c15f..91ec48ce6fd90d2d96b336afc0f2b1781f2ed032 100644 (file)
@@ -96,6 +96,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>network-tracker-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.alto.spce.network</groupId>
+      <artifactId>network-tracker-impl</artifactId>
+      <version>${project.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.alto.ext</groupId>
       <artifactId>alto-spce-api</artifactId>
@@ -106,6 +113,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>alto-spce-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.alto.ext</groupId>
+      <artifactId>alto-spce-impl</artifactId>
+      <version>${project.version}</version>
+      <classifier>config</classifier>
+      <type>xml</type>
+    </dependency>
     <!-- FIXME: Replace with odl-alto-spce from alto-spce-features feature repository. -->
   </dependencies>
 </project>