Upgrade to the Neon base platform
[netvirt.git] / elanmanager / impl / pom.xml
index 880c048b7d53415e4105fcd1f2d3f48483a085ab..2fd94310bd45408c8a89867f0955763f5ec62624 100644 (file)
@@ -62,11 +62,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.cdi</groupId>
-            <artifactId>pax-cdi-api</artifactId>
-            <optional>true</optional>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>neutronvpn-api</artifactId>
@@ -131,6 +126,11 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>model-flow-base</artifactId>
             <version>${openflowplugin.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>blueprint-maven-plugin-annotation</artifactId>
+            <optional>true</optional>
+        </dependency>
 
         <!-- Only for unit-test -->
         <dependency>