Updated BgpManager for Be
[vpnservice.git] / bgpmanager / bgpmanager-impl / pom.xml
index 6f637d619102ef1be300a7ae64c948645e3254b0..45dcfca41363c8a5eadbde8dda9b2299f153a15c 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>bgpmanager-impl</artifactId>
   <version>${vpnservices.version}</version>
   <packaging>bundle</packaging>
+  <properties>
+   <codahale.metrics.version>3.0.1</codahale.metrics.version>
+   </properties>
   <dependencies>
 
     <dependency>
@@ -44,6 +47,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <version>0.9.1</version>
     </dependency>
 
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>vpnmanager-api</artifactId>
+      <version>${vpnservices.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>itm-api</artifactId>
+      <version>${vpnservices.version}</version>
+    </dependency>
+
     <!--Dependencies for Unit Test -->
     <dependency>
       <groupId>junit</groupId>
@@ -69,7 +83,30 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>
-
+       
+       <dependency>
+      <groupId>org.apache.karaf.shell</groupId>
+      <artifactId>org.apache.karaf.shell.console</artifactId>
+         <version>3.0.3</version>
+         <exclusions>
+       <exclusion>
+       <groupId>org.slf4j</groupId>
+       <artifactId>log4j</artifactId>
+       </exclusion>
+       </exclusions>
+   </dependency>
+ <dependency>
+        <groupId>com.codahale.metrics</groupId>
+        <artifactId>metrics-core</artifactId>
+               <version>3.0.1</version>
+        
+    </dependency>
+       <dependency>
+        <groupId>com.codahale.metrics</groupId>
+        <artifactId>metrics-graphite</artifactId>
+               <version>3.0.1</version>
+        
+    </dependency>
 
   </dependencies>