Cache DataTreeModification.getDataAfter()
[netvirt.git] / elanmanager / impl / pom.xml
index 007deed013fb1064f4cab4f45b02fa37a2769cfc..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>
@@ -270,13 +270,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
             <plugin>
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.eclipse.platform</groupId>
-                        <artifactId>org.eclipse.equinox.common</artifactId>
-                        <version>3.10.0</version>
-                    </dependency>
-                </dependencies>
             </plugin>
         </plugins>
     </build>