Adding bundle dependencies to features/pom.xml which will be treated as secondary... 65/10365/1
authorMadhu Venugopal <mavenugo@gmail.com>
Wed, 27 Aug 2014 11:07:27 +0000 (04:07 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Wed, 27 Aug 2014 11:07:27 +0000 (04:07 -0700)
Without these dependencies, the integration project build will fail because of the missing artifacts in its .m2 cache

Change-Id: I9398e2b91f945c506274cad7ebdac2d98a2be4bc
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
features/pom.xml

index 186a34a00ce0aac63ba9c2031c81e80e3090b516..05b73783d05043fb90de8c0bb31e1dfb61da06b0 100644 (file)
       <version>${karaf.empty.version}</version>
       <type>zip</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>mappingservice.yangmodel</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>mappingservice.api</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>mappingservice.config</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>mappingservice.implementation</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>mappingservice.clusterdao</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>mappingservice.southbound</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>mappingservice.northbound</artifactId>
+    </dependency>
     <!-- error : java.lang.NoSuchMethodError: org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)Lorg/slf4j/helpers/FormattingTuple; -->
     <dependency>
       <groupId>org.slf4j</groupId>