updating poms to add address tracker and main in distribution 98/8598/1
authorAmit Mandke <ammandke@cisco.com>
Thu, 3 Jul 2014 08:01:37 +0000 (01:01 -0700)
committerAmit Mandke <ammandke@cisco.com>
Thu, 3 Jul 2014 08:11:33 +0000 (01:11 -0700)
Change-Id: Idf06382adc700c42cf53d6878fac18fc8437a555
Signed-off-by: Amit Mandke <ammandke@cisco.com>
distribution/base/pom.xml
pom.xml

index beb18777b8519fa699e5d6b2174944e87840e0c0..068248f9c4fe079e1d69f9904e17931fecb1b529 100644 (file)
       <version>${project.version}</version>
     </dependency>
 
+    <!-- address tracker -->
+    <dependency>
+      <groupId>org.opendaylight.l2switch.addresstracker</groupId>
+      <artifactId>addresstracker-model</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
+    <!-- l2switch main -->
+    <dependency>
+      <groupId>org.opendaylight.l2switch.main</groupId>
+      <artifactId>main-impl</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
   </dependencies>
 
   <build>
diff --git a/pom.xml b/pom.xml
index dd082e3c5c48b79c029a85513b35bb7920288e29..39986c4b8cbf92221711eaee61a719f1678989ce 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <module>parent</module>
     <module>packethandler</module>
     <module>distribution/base</module>
+    <module>l2switch-main</module>
     <!--module>ethernetdecoder</module>
     <module>arpdecoder</module>
     <module>ipv4decoder</module>
-    <module>ipv6decoder</module>
-    <module>addresstracker</module-->
+    <module>ipv6decoder</module-->
+    <module>addresstracker</module>
     <module>l2switch-controller-config</module>
   </modules>
   <scm>