[maven-release-plugin] prepare release lispflowmapping-all-1.0.0
[lispflowmapping.git] / mappingservice / integrationtest / pom.xml
index 3d0e21e858a088931c95850463af6d31d1c1acc7..7cc3ce5a2de387b95204b28ecfbf2678156dc829 100644 (file)
@@ -1,15 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.opendaylight.controller</groupId>
                <artifactId>commons.integrationtest</artifactId>
-               <version>0.5.1-SNAPSHOT</version>
+               <version>0.5.1</version>
+               <relativePath />
        </parent>
        <groupId>org.opendaylight.lispflowmapping</groupId>
        <artifactId>mappingservice.integrationtest</artifactId>
+       <version>1.0.0</version>
+       <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>lispflowmapping-all-1.0.0</tag>
+       </scm>
+
        <repositories>
                <!-- OpenDayLight Released artifact -->
                <repository>
        <build>
                <pluginManagement>
                        <plugins>
+
                                <plugin>
-                                       <groupId>org.jacoco</groupId>
-                                       <artifactId>jacoco-maven-plugin</artifactId>
-                                       <version>0.5.3.201107060350</version>
+                                       <groupId>org.eclipse.m2e</groupId>
+                                       <artifactId>lifecycle-mapping</artifactId>
+                                       <version>1.0.0</version>
+                                       <configuration>
+                                               <lifecycleMappingMetadata>
+                                                       <pluginExecutions>
+                                                               <pluginExecution>
+                                                                       <pluginExecutionFilter>
+                                                                               <groupId>org.ops4j.pax.exam</groupId>
+                                                                               <artifactId>maven-paxexam-plugin</artifactId>
+                                                                               <versionRange>[1.2.4,)</versionRange>
+                                                                               <goals>
+                                                                                       <goal>generate-depends-file</goal>
+                                                                               </goals>
+                                                                       </pluginExecutionFilter>
+                                                                       <action>
+                                                                               <execute>
+                                                                                       <runOnIncremental>false</runOnIncremental>
+                                                                               </execute>
+                                                                       </action>
+                                                               </pluginExecution>
+                                                       </pluginExecutions>
+                                               </lifecycleMappingMetadata>
+                                       </configuration>
                                </plugin>
                        </plugins>
                </pluginManagement>
                <plugins>
+                       <plugin>
+                               <groupId>org.ops4j.pax.exam</groupId>
+                               <artifactId>maven-paxexam-plugin</artifactId>
+                               <version>1.2.4</version>
+                               <executions>
+                                       <execution>
+                                               <id>generate-config</id>
+                                               <goals>
+                                                       <goal>generate-depends-file</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-checkstyle-plugin</artifactId>
@@ -43,7 +85,7 @@
                                        <dependency>
                                                <groupId>org.opendaylight.controller</groupId>
                                                <artifactId>checkstyle</artifactId>
-                                               <version>0.0.2-SNAPSHOT</version>
+                                               <version>0.0.2</version>
                                        </dependency>
                                </dependencies>
                                <configuration>
                                <version>${surefire.version}</version>
                                <configuration>
                                        <skipTests>false</skipTests>
-                                       <argLine>-Dlispip=127.0.0.1</argLine>
+                                       <skip>${skipIntegrationTest}</skip>
                                </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.jacoco</groupId>
                                <artifactId>jacoco-maven-plugin</artifactId>
+                               <version>0.5.3.201107060350</version>
                                <configuration>
                                        <destFile>../implementation/target/jacoco-it.exec</destFile>
                                        <includes>org.opendaylight.controller.*</includes>
                                        </execution>
                                </executions>
                        </plugin>
-
                </plugins>
        </build>
        <properties>
+               <lispflowmapping.version>1.0.0</lispflowmapping.version>
                <exam.version>3.0.0</exam.version>
-               <url.version>1.5.2</url.version>
+               <url.version>1.5.0</url.version>
                <!-- Sonar jacoco plugin to get integration test coverage info -->
                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
                <sonar.jacoco.reportPath>../implementation/target/jacoco.exec</sonar.jacoco.reportPath>
                <sonar.jacoco.itReportPath>../implementaiton/target/jacoco-it.exec</sonar.jacoco.itReportPath>
                <sonar.language>java</sonar.language>
                <!-- Dependency Versions -->
-        <slf4j.version>1.7.2</slf4j.version>
-        <!-- <yang.version>0.5.9-SNAPSHOT</yang.version>
-        <yang.binding.version>0.6.0-SNAPSHOT</yang.binding.version>
-        <yang.codegen.version>0.6.0-SNAPSHOT</yang.codegen.version>-->
-        <osgi.core.version>5.0.0</osgi.core.version>
-        <junit.version>4.8.1</junit.version>
-        <xtend.version>2.4.3</xtend.version>
+               <slf4j.version>1.7.2</slf4j.version>
+               <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>
+               <hosttracker.version>0.5.1</hosttracker.version>
        </properties>
        <dependencies>
 
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal-binding-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
+                       <version>1.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>sal-binding-it</artifactId>
+                       <version>1.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>sal-binding-util</artifactId>
+                       <version>1.0</version>
                </dependency>
                <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-common-api</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-               
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>sal-common-api</artifactId>
+                       <version>1.0</version>
+               </dependency>
+
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal-common-util</artifactId>
-                       <version>1.0-SNAPSHOT</version>
+                       <version>1.0</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>commons.integrationtest</artifactId>
                        <type>pom</type>
-                       <version>0.5.1-SNAPSHOT</version>
+                       <version>0.5.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.yangmodel</artifactId>
+                       <version>${lispflowmapping.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.config</artifactId>
+                       <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>${lispflowmapping.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>containermanager</artifactId>
-                       <version>0.5.1-SNAPSHOT</version>
+                       <version>0.5.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>netconf-impl</artifactId>
+                       <version>${netconf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>netconf-util</artifactId>
+                       <version>${netconf.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.osgi</groupId>
+                       <artifactId>org.osgi.core</artifactId>
+                       <version>${osgi.core.version}</version>
+                       <scope>provided</scope>
                </dependency>
-
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>containermanager.it.implementation</artifactId>
-                       <version>0.5.1-SNAPSHOT</version>
+                       <version>0.5.1</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>protocol_plugins.stub</artifactId>
-                       <version>0.4.1-SNAPSHOT</version>
+                       <version>0.4.1</version>
                </dependency>
 
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>protocol-framework</artifactId>
+               </dependency>
                <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>
                        <artifactId>clustering.services</artifactId>
-                       <version>0.4.1-SNAPSHOT</version>
+                       <version>0.5.0</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>clustering.stub</artifactId>
-                       <version>0.4.1-SNAPSHOT</version>
+                       <version>0.4.1</version>
                </dependency>
 
                <dependency>
                <dependency>
                        <groupId>commons-io</groupId>
                        <artifactId>commons-io</artifactId>
-                       <version>2.3</version>
                </dependency>
                <dependency>
                        <groupId>commons-fileupload</groupId>
                        <artifactId>commons-fileupload</artifactId>
-                       <version>1.2.2</version>
                </dependency>
                <dependency>
                        <groupId>commons-codec</groupId>
                        <artifactId>commons-codec</artifactId>
-                       <version>1.8</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>javax.servlet</artifactId>
-                       <version>3.0.0.v201112011016</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>javax.servlet.jsp</artifactId>
-                       <version>2.2.0.v201112011158</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.eclipse.equinox.ds</artifactId>
-                       <version>1.4.0.v20120522-1841</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.eclipse.equinox.util</artifactId>
-                       <version>1.0.400.v20120522-2049</version>
                </dependency>
-               <!-- <dependency>
-                       <groupId>equinoxSDK381</groupId>
-                       <artifactId>org.eclipse.osgi.services</artifactId>
-                       <version>3.3.100.v20120522-1822</version>
-               </dependency>-->
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.eclipse.osgi</artifactId>
-                       <version>3.8.1.v20120830-144521</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.apache.felix.gogo.command</artifactId>
-                       <version>0.8.0.v201108120515</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.apache.felix.gogo.runtime</artifactId>
-                       <version>0.8.0.v201108120515</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.apache.felix.gogo.shell</artifactId>
-                       <version>0.8.0.v201110170705</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.eclipse.equinox.cm</artifactId>
-                       <version>1.0.400.v20120522-1841</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.eclipse.equinox.console</artifactId>
-                       <version>1.0.0.v20120522-1841</version>
                </dependency>
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.eclipse.equinox.launcher</artifactId>
-                       <version>1.3.0.v20120522-1813</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.felix</groupId>
                        <artifactId>org.apache.felix.dependencymanager</artifactId>
-                       <version>3.1.0</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.felix</groupId>
                        <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
-                       <version>3.0.1</version>
                </dependency>
                <dependency>
                        <groupId>com.google.code.gson</groupId>
                        <artifactId>gson</artifactId>
-                       <version>2.1</version>
                        <scope>compile</scope>
                </dependency>
                <dependency>
                        <groupId>org.jboss.spec.javax.transaction</groupId>
                        <artifactId>jboss-transaction-api_1.1_spec</artifactId>
-                       <version>1.0.1.Final</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.felix</groupId>
                        <artifactId>org.apache.felix.fileinstall</artifactId>
-                       <version>3.1.6</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.commons</groupId>
                <dependency>
                        <groupId>virgomirror</groupId>
                        <artifactId>org.eclipse.jdt.core.compiler.batch</artifactId>
-                       <version>3.8.0.I20120518-2145</version>
                </dependency>
                <dependency>
                        <groupId>eclipselink</groupId>
                        <artifactId>javax.persistence</artifactId>
-                       <version>2.0.4.v201112161009</version>
                </dependency>
                <dependency>
                        <groupId>eclipselink</groupId>
                        <artifactId>javax.resource</artifactId>
-                       <version>1.5.0.v200906010428</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>javax.activation</artifactId>
-                       <version>1.1.0.v201211130549</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>javax.annotation</artifactId>
-                       <version>1.1.0.v201209060031</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>javax.ejb</artifactId>
-                       <version>3.1.1.v201204261316</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>javax.el</artifactId>
-                       <version>2.2.0.v201108011116</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>javax.mail.glassfish</artifactId>
-                       <version>1.4.1.v201108011116</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>javax.xml.rpc</artifactId>
-                       <version>1.1.0.v201005080400</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>org.apache.catalina</artifactId>
-                       <version>7.0.32.v201211201336</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>org.apache.catalina.ha</artifactId>
-                       <version>7.0.32.v201211201952</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>org.apache.catalina.tribes</artifactId>
-                       <version>7.0.32.v201211201952</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>org.apache.coyote</artifactId>
-                       <version>7.0.32.v201211201952</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>org.apache.el</artifactId>
-                       <version>7.0.32.v201211081135</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>org.apache.jasper</artifactId>
-                       <version>7.0.32.v201211201952</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>org.apache.juli.extras</artifactId>
-                       <version>7.0.32.v201211081135</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>org.apache.tomcat.api</artifactId>
-                       <version>7.0.32.v201211081135</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>org.apache.tomcat.util</artifactId>
-                       <version>7.0.32.v201211201952</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>javax.servlet.jsp.jstl</artifactId>
-                       <version>1.2.0.v201105211821</version>
                </dependency>
                <dependency>
                        <groupId>orbit</groupId>
                        <artifactId>javax.servlet.jsp.jstl.impl</artifactId>
-                       <version>1.2.0.v201210211230</version>
                </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>
-                       <version>${exam.version}</version>
+                       <artifactId>pax-exam-container-forked</artifactId>
                        <scope>test</scope>
+                       <version>${exam.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.ops4j.pax.exam</groupId>
                        <artifactId>pax-exam-junit4</artifactId>
-                       <version>${exam.version}</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.ops4j.pax.exam</groupId>
-                       <artifactId>pax-exam-link-mvn</artifactId>
+                       <artifactId>pax-exam</artifactId>
                        <version>${exam.version}</version>
-                       <scope>test</scope>
+                       <!-- Compile scope here is intentional, it is used in TestHelper class 
+                               which could be downloaded via nexus and reused in other integration tests. -->
+                       <scope>compile</scope>
                </dependency>
                <dependency>
-                       <groupId>org.ops4j.pax.url</groupId>
-                       <artifactId>pax-url-aether</artifactId>
-                       <version>${url.version}</version>
+                       <groupId>org.ops4j.pax.exam</groupId>
+                       <artifactId>pax-exam-link-mvn</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.ow2.asm</groupId>
                        <artifactId>asm-all</artifactId>
-                       <version>4.1</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                <dependency>
                        <groupId>org.aopalliance</groupId>
                        <artifactId>com.springsource.org.aopalliance</artifactId>
-                       <version>1.0.0</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                <dependency>
                        <groupId>org.ow2.chameleon.management</groupId>
                        <artifactId>chameleon-mbeans</artifactId>
-                       <version>1.0.0</version>
                </dependency>
                <!-- Jersey for JAXRS -->
                <dependency>
                </dependency>
                <dependency>
                        <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-server</artifactId>
+                       <artifactId>jersey-json</artifactId>
                        <version>${jersey.version}</version>
                </dependency>
                <dependency>
                        <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-client</artifactId>
+                       <artifactId>jersey-server</artifactId>
                        <version>${jersey.version}</version>
                </dependency>
                <dependency>
                        <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-json</artifactId>
+                       <artifactId>jersey-client</artifactId>
                        <version>${jersey.version}</version>
                </dependency>
                <dependency>
                        <artifactId>xtend-lib-osgi</artifactId>
                        <version>2.4.3</version>
                </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.yangtools.model</groupId>
+                       <artifactId>opendaylight-l2-types</artifactId>
+                       <version>${opendaylight-l2-types.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.yangtools.model</groupId>
+                       <artifactId>yang-ext</artifactId>
+                       <version>${yang-ext.version}</version>
+               </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal-binding-broker-impl</artifactId>
-                       <version>1.0-SNAPSHOT</version>
+                       <version>1.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>config-netconf-connector</artifactId>
+                       <version>${netconf.version}</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>config-persister-file-xml-adapter</artifactId>
+                       <version>${config.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller.model</groupId>
+                       <artifactId>model-inventory</artifactId>
+                       <version>${mdsal.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.javassist</groupId>
                        <artifactId>javassist</artifactId>
-                       <version>3.17.1-GA</version>
                </dependency>
-               <!-- YANG Tools Dependencies -->
-       <!--    <dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>config-manager</artifactId>
+                       <version>0.2.3</version>
+               </dependency>
+               <dependency>
+                       <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>${old-jackson.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.codehaus.jackson</groupId>
+                       <artifactId>jackson-core-asl</artifactId>
+                       <version>${old-jackson.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.codehaus.jackson</groupId>
+                       <artifactId>jackson-jaxrs</artifactId>
+                       <version>${old-jackson.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.codehaus.jackson</groupId>
+                       <artifactId>jackson-xc</artifactId>
+                       <version>${old-jackson.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.codehaus.jettison</groupId>
+                       <artifactId>jettison</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>commons.northbound</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>bundlescanner</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>bundlescanner.implementation</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>switchmanager</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>switchmanager.implementation</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>forwardingrulesmanager</artifactId>
+                       <version>0.5.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>hosttracker</artifactId>
+                       <version>${hosttracker.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>topologymanager</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>forwardingrulesmanager.implementation</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>statisticsmanager</artifactId>
+                       <version>0.5.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>statisticsmanager.implementation</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>connectionmanager</artifactId>
+                       <version>0.1.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>connectionmanager.implementation</artifactId>
+                       <version>0.1.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>configuration</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>configuration.implementation</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>usermanager</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>usermanager.implementation</artifactId>
+                       <version>0.4.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>sal.connection</artifactId>
+                       <version>0.1.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>sal.connection.implementation</artifactId>
+                       <version>0.1.1</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</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</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>sal-connector-api</artifactId>
+                       <version>1.0</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>
-                       <version>${yang.binding.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.yangtools</groupId>
                        <artifactId>yang-common</artifactId>
-                       <version>${yang.version}</version>
                </dependency>
                <dependency>
-                       <groupId>org.opendaylight.yangtools</groupId>
-                       <artifactId>yang-data-api</artifactId>
-                       <version>${yang.version}</version>
+                       <groupId>org.opendaylight.yangtools.model</groupId>
+                       <artifactId>ietf-inet-types</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.opendaylight.yangtools</groupId>
-                       <artifactId>yang-model-api</artifactId>
-                       <version>${yang.version}</version>
+                       <groupId>org.opendaylight.yangtools.model</groupId>
+                       <artifactId>ietf-yang-types</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>config-api</artifactId>
+                       <version>0.2.3</version>
                </dependency>
+
                <dependency>
                        <groupId>org.opendaylight.yangtools</groupId>
-                       <artifactId>yang-data-util</artifactId>
-                       <version>${yang.version}</version>
-               </dependency>-->
-               <!-- <dependency>
-          <groupId>org.opendaylight.yangtools</groupId>
-          <artifactId>concepts</artifactId>
-          <version>0.1.1-SNAPSHOT</version>
-        </dependency>-->
-               
+                       <artifactId>mockito-configuration</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>xml-apis</groupId>
+                       <artifactId>xml-apis</artifactId>
+                       <version>1.4.01</version>
+               </dependency>
        </dependencies>
 
+       <profiles>
+               <profile>
+                       <id>default</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <properties>
+                               <skipIntegrationTest>false</skipIntegrationTest>
+                       </properties>
+               </profile>
+               <profile>
+                       <id>skipTestCompileAndRun</id>
+                       <activation>
+                               <property>
+                                       <name>maven.test.skip</name>
+                                       <value>true</value>
+                               </property>
+                       </activation>
+                       <properties>
+                               <skipIntegrationTest>true</skipIntegrationTest>
+                       </properties>
+               </profile>
+               <profile>
+                       <id>skipTestRun</id>
+                       <activation>
+                               <property>
+                                       <name>skipTests</name>
+                               </property>
+                       </activation>
+                       <properties>
+                               <skipIntegrationTest>true</skipIntegrationTest>
+                       </properties>
+               </profile>
+       </profiles>
 </project>