Add <scm> section to all pom.xml files
[lispflowmapping.git] / mappingservice / integrationtest / pom.xml
index 204f2133c881e27d0f859658ce70c025ccb7b938..6b8107bc7780a22d7b4627d36fdf991527e8a997 100644 (file)
        </parent>
        <groupId>org.opendaylight.lispflowmapping</groupId>
        <artifactId>mappingservice.integrationtest</artifactId>
+       <scm>
+               <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
+               <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
+               <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
+               <tag>HEAD</tag>
+       </scm>
 
        <repositories>
                <!-- OpenDayLight Released artifact -->
                </plugins>
        </build>
        <properties>
+               <lispflowmapping.version>1.0.0-SNAPSHOT</lispflowmapping.version>
                <exam.version>3.0.0</exam.version>
                <url.version>1.5.0</url.version>
                <!-- Sonar jacoco plugin to get integration test coverage info -->
                <osgi.core.version>5.0.0</osgi.core.version>
                <junit.version>4.8.1</junit.version>
                <xtend.version>2.4.3</xtend.version>
+               <old-jackson.version>1.9.8</old-jackson.version>
        </properties>
        <dependencies>
 
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.yangmodel</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
+                       <version>${lispflowmapping.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.config</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
+                       <version>${lispflowmapping.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.api</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
+                       <version>${lispflowmapping.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.implementation</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
+                       <version>${lispflowmapping.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.southbound</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
+                       <version>${lispflowmapping.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.northbound</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
+                       <version>${lispflowmapping.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal</artifactId>
-                       <version>0.5.1-SNAPSHOT</version>
+                       <version>${sal.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                </dependency>
                <!-- Add Pax Exam -->
                <dependency>
+            <exclusions>
+                <exclusion>  <!-- declare the exclusion here -->
+                    <groupId>org.ops4j.pax.exam</groupId>
+                    <artifactId>pax-exam-container-native</artifactId>
+                </exclusion>
+            </exclusions>
                        <groupId>org.ops4j.pax.exam</groupId>
-                       <artifactId>pax-exam-container-native</artifactId>
+                       <artifactId>pax-exam-container-forked</artifactId>
                        <scope>test</scope>
+            <version>${exam.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.ops4j.pax.exam</groupId>
                        <artifactId>jersey-client</artifactId>
                        <version>${jersey.version}</version>
                </dependency>
-               <dependency>
-                       <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-json</artifactId>
-                       <version>${jersey.version}</version>
-               </dependency>
                <dependency>
                        <groupId>org.opendaylight.yangtools.thirdparty</groupId>
                        <artifactId>xtend-lib-osgi</artifactId>
                        <artifactId>javassist</artifactId>
                        <version>3.17.1-GA</version>
                </dependency>
+               <dependency>
+                         <groupId>org.opendaylight.controller.thirdparty</groupId>
+                         <artifactId>exificient</artifactId>
+                         <version>0.9.2-SNAPSHOT</version>
+               </dependency>
+
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>config-manager</artifactId>
                        <groupId>org.opendaylight.controller.thirdparty</groupId>
                        <artifactId>com.sun.jersey.jersey-servlet</artifactId>
                </dependency>
+               
+               <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-annotations</artifactId>
+      <version>${jackson.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>${jackson.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <version>${jackson.version}</version>
+    </dependency>
+    
+    <dependency>
+       <groupId>com.fasterxml.jackson.jaxrs</groupId>
+       <artifactId>jackson-jaxrs-json-provider</artifactId>
+       <version>${jackson.version}</version>
+    </dependency>
+
+      <dependency>
+         <groupId>com.fasterxml.jackson.jaxrs</groupId>
+         <artifactId>jackson-jaxrs-base</artifactId>
+         <version>${jackson.version}</version>
+      </dependency>
+    
                <dependency>
                        <groupId>org.codehaus.jackson</groupId>
                        <artifactId>jackson-mapper-asl</artifactId>
-                       <version>${jackson.version}</version>
+                       <version>${old-jackson.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.jackson</groupId>
                        <artifactId>jackson-core-asl</artifactId>
-                       <version>${jackson.version}</version>
+                       <version>${old-jackson.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.jackson</groupId>
                        <artifactId>jackson-jaxrs</artifactId>
-                       <version>${jackson.version}</version>
+                       <version>${old-jackson.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.jackson</groupId>
                        <artifactId>jackson-xc</artifactId>
-                       <version>${jackson.version}</version>
+                       <version>${old-jackson.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.jettison</groupId>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>switchmanager</artifactId>
-                       <version>0.6.1-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>config-api</artifactId>
                        <version>0.2.3-SNAPSHOT</version>
                </dependency>
-       </dependencies>
+
+        <dependency>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+            <version>1.4.01</version>
+        </dependency>
+    </dependencies>
 
        <profiles>
                <profile>