Use YANG java files instead of the old model TELSDN-474 #close
[lispflowmapping.git] / mappingservice / integrationtest / pom.xml
index 642e2ea665091e8d0e931d823fd3225939c6013c..fe39fc1bcaefb66a25889de73f893006bd1580bc 100644 (file)
@@ -7,6 +7,7 @@
                <groupId>org.opendaylight.controller</groupId>
                <artifactId>commons.integrationtest</artifactId>
                <version>0.5.1-SNAPSHOT</version>
+                <relativePath></relativePath>
        </parent>
        <groupId>org.opendaylight.lispflowmapping</groupId>
        <artifactId>mappingservice.integrationtest</artifactId>
@@ -58,7 +59,6 @@
                                <version>${surefire.version}</version>
                                <configuration>
                                        <skipTests>false</skipTests>
-                                       <argLine>-Dlispip=127.0.0.1</argLine>
                                        <skip>${skipIntegrationTest}</skip>
                                </configuration>
                        </plugin>
                        <type>pom</type>
                        <version>0.5.1-SNAPSHOT</version>
                </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.yangmodel</artifactId>
+                       <version>0.1.0-SNAPSHOT</version>
+               </dependency>
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.api</artifactId>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>config-manager</artifactId>
-                       <version>0.2.2-SNAPSHOT</version>
+                       <version>0.2.3-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller.thirdparty</groupId>
                        <artifactId>usermanager.implementation</artifactId>
                        <version>0.4.1-SNAPSHOT</version>
                </dependency>
-        <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal.connection</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal.connection.implementation</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
-    </dependency>
-    
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>sal.connection</artifactId>
+                       <version>0.1.1-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>sal.connection.implementation</artifactId>
+                       <version>0.1.1-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller.thirdparty</groupId>
+                       <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller.thirdparty</groupId>
+                       <artifactId>net.sf.jung2</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>logging.bridge</artifactId>
+                       <version>0.4.1-SNAPSHOT</version>
+               </dependency>
+               <!-- Gemini Web -->
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.gemini.web.core</artifactId>
+                       <version>${geminiweb.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.gemini.web.extender</artifactId>
+                       <version>${geminiweb.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.gemini.web.tomcat</artifactId>
+                       <version>${geminiweb.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.virgo.kernel.equinox.extensions</artifactId>
+                       <version>${virgo.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.virgo.util.common</artifactId>
+                       <version>${virgo.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.virgo.util.io</artifactId>
+                       <version>${virgo.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.virgo.util.math</artifactId>
+                       <version>${virgo.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.virgo.util.osgi</artifactId>
+                       <version>${virgo.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.virgo.util.osgi.manifest</artifactId>
+                       <version>${virgo.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>geminiweb</groupId>
+                       <artifactId>org.eclipse.virgo.util.parser.manifest</artifactId>
+                       <version>${virgo.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>security</artifactId>
+                       <version>0.4.1-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>sal-connector-api</artifactId>
+                       <version>1.0-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.yangtools.thirdparty</groupId>
+                       <artifactId>antlr4-runtime-osgi-nohead</artifactId>
+                       <version>4.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.yangtools</groupId>
+                       <artifactId>yang-binding</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.yangtools</groupId>
+                       <artifactId>yang-common</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.yangtools.model</groupId>
+                       <artifactId>ietf-inet-types</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.yangtools.model</groupId>
+                       <artifactId>ietf-yang-types</artifactId>
+               </dependency>
        </dependencies>
 
        <profiles>