fixed distribution 17/5017/1
authorDavid Goldberg <david.goldberg@contextream.com>
Thu, 30 Jan 2014 09:25:37 +0000 (11:25 +0200)
committerDavid Goldberg <david.goldberg@contextream.com>
Thu, 30 Jan 2014 09:25:54 +0000 (11:25 +0200)
Signed-off-by: David Goldberg <david.goldberg@contextream.com>
Change-Id: Idd882ee80402d76aeb54f841f1d7dd94efe3d0eb
Signed-off-by: David Goldberg <david.goldberg@contextream.com>
commons/parent/pom.xml
distribution/pom.xml

index 55c2b5239a3e83674ca92072d3043143416daf4c..efc1c265028f5248e5b642af9c767404f5423b07 100644 (file)
             </dependency>
             <dependency>
               <groupId>org.opendaylight.lispflowmapping</groupId>
-              <artifactId>mappingservice.notrhbound</artifactId>
+              <artifactId>mappingservice.northbound</artifactId>
               <version>${lispflowmapping.version}</version>
             </dependency>
                <dependency>
index 3a6f300bb9ea1923c3084d6e04798a258803111a..062189e8fb16ada9fcd2527c99f05c2e435bc0d8 100644 (file)
       <!-- Make sure this isn't included on any classpath-->
       <scope>provided</scope>
     </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.southbound</artifactId>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.northbound</artifactId>
+               </dependency>
+               
   </dependencies>
 
   <build>