aboutsummaryrefslogtreecommitdiffstats
path: root/rootpom/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rootpom/pom.xml')
-rwxr-xr-xrootpom/pom.xml195
1 files changed, 5 insertions, 190 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml
index 49cb371..9fd3345 100755
--- a/rootpom/pom.xml
+++ b/rootpom/pom.xml
@@ -2,202 +2,13 @@
<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/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.opendaylight.odlparent</groupId>
- <artifactId>odlparent</artifactId>
- <version>1.7.1-Boron-SR1</version>
- </parent>
-
-
-
- <properties>
-
- <openecomp.nexus.host>nexus.onap.org</openecomp.nexus.host>
- <openecomp.nexus.port>443</openecomp.nexus.port>
- <openecomp.nexus.release-url>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.release-url>
- <openecomp.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url>
- <openecomp.nexus.public-url>https://nexus.onap.org/content/groups/public/</openecomp.nexus.public-url>
- <openecomp.nexus.staging.server-id>ecomp-staging</openecomp.nexus.staging.server-id>
- <openecomp.nexus.staging.profile-id>176c31dfe190a</openecomp.nexus.staging.profile-id>
- <openecomp.git.host>gerrit.onap.org</openecomp.git.host>
- <openecomp.git.port>443</openecomp.git.port>
- <openecomp.git.project>sdnc</openecomp.git.project>
- <openecomp.git.protocol>https</openecomp.git.protocol>
-
- <opendaylight.nexus.public-url>https://nexus.opendaylight.org/content/repositories/public/</opendaylight.nexus.public-url>
- <opendaylight.nexus.snapshot-url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</opendaylight.nexus.snapshot-url>
-
- <release-tag>R17.07</release-tag>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <java.version.source>1.8</java.version.source>
- <java.version.target>1.8</java.version.target>
- <bundle.plugin.version>2.5.0</bundle.plugin.version>
- <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
- <features.file>features.xml</features.file>
- <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
- <checkstyle.skip>true</checkstyle.skip>
-
-
- <sonar.language>java</sonar.language>
- <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
- <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
- <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
- <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
- <sonar.projectVersion>${project.version}</sonar.projectVersion>
-
- <!-- OpenDaylight component versions -->
- <odl.version>1.7.1-Boron-SR1</odl.version>
- <odl.dlux.version>0.4.1-Boron-SR1</odl.dlux.version>
- <odl.yangtools.version>1.0.1-Boron-SR1</odl.yangtools.version>
- <odl.mdsal.version>1.4.1-Boron-SR1</odl.mdsal.version>
- <odl.mdsal.features.version>2.1.1-Boron-SR1</odl.mdsal.features.version>
- <odl.mdsal.model.version>0.9.1-Boron-SR1</odl.mdsal.model.version>
- <odl.mdsal.yang.binding.version>0.9.1-Boron-SR1</odl.mdsal.yang.binding.version>
- <odl.restconf.version>1.4.1-Boron-SR1</odl.restconf.version>
- <odl.controller.model.version>${odl.mdsal.model.version}</odl.controller.model.version>
- <odl.controller.config.api.version>0.5.1-Boron-SR1</odl.controller.config.api.version>
- <odl.karaf.empty.distro.version>${odl.version}</odl.karaf.empty.distro.version>
- <odl.commons.opendaylight.version>${odl.version}</odl.commons.opendaylight.version>
- <odl.ietf-inet-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-inet-types.version>
- <odl.ietf-yang-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-yang-types.version>
- <odl.yang.jmx.generator.version>0.5.1-Boron-SR1</odl.yang.jmx.generator.version>
- <odl.yangtools.yang.maven.plugin.version>${odl.yangtools.version}</odl.yangtools.yang.maven.plugin.version>
- <odl.sal.api.gen.plugin.version>0.9.1-Boron-SR1</odl.sal.api.gen.plugin.version>
-
-
-
- <!-- SDN-C component versions -->
- <sdnc.core.version>(1.0.999,1.1.999)</sdnc.core.version>
- <sdnc.adaptors.version>(1.0.999,1.1.999)</sdnc.adaptors.version>
- <sdnc.northbound.version>(1.0.999,1.1.999)</sdnc.northbound.version>
- <sdnc.oam.version>(1.0.999,1.1.999)</sdnc.oam.version>
- <sdnc.plugins.version>(1.0.999,1.1.999)</sdnc.plugins.version>
- <sdnctl.sli.version>${sdnc.core.version}</sdnctl.sli.version>
- <sdnctl.aai.service.version>${sdnc.adaptors.version}</sdnctl.aai.service.version>
- <sdnctl.dblib.version>${sdnc.core.version}</sdnctl.dblib.version>
- <sdnctl.mdsal.resource.version>${sdnc.adaptors.version}</sdnctl.mdsal.resource.version>
- <sdnctl.slipluginutils.version>${sdnc.core.version}</sdnctl.slipluginutils.version>
-
- <!-- Support libraries used by OpenDaylight -->
- <!-- Used by aaa, vtn -->
- <commons.codec.version>1.10</commons.codec.version>
- <!-- Used by netconf, ovsdb -->
- <commons.lang3.version>3.4</commons.lang3.version>
- <!-- Used by sfc, snmp4sdn; see also affinity, toolkit -->
- <commons.lang.version>2.6</commons.lang.version>
- <!-- Used by neutron; see also controller, vtn -->
- <commons.net.version>3.5</commons.net.version>
- <!-- Used by neutron -->
- <eclipse.persistence.version>2.6.2</eclipse.persistence.version>
- <!-- Used by aaa -->
- <felix.dependencymanager.version>4.3.0</felix.dependencymanager.version>
- <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn -->
- <gson.version>2.3.1</gson.version>
- <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp -->
- <guava.version>18.0</guava.version>
- <!-- Used by lispflowmapping, sxp, vtn/manager -->
- <hamcrest.version>1.3</hamcrest.version>
- <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all,
- integration/distribution, snmp4sdn, toolkit, ttp -->
- <jackson.version>2.3.2</jackson.version>
- <!-- Used by snmp4sdn, yangtools -->
- <javassist.version>3.20.0-GA</javassist.version>
-
- <!-- FIXME remove all dependencies for jersey 1.17 after migration all
- projects -->
- <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all,
- snmp4sdn, toolkit -->
- <jersey.version>1.17</jersey.version>
- <!-- Used by sfc -->
- <jersey.client.version>1.17</jersey.client.version>
-
- <!-- New packages for jersey migration 1.17 to 2.8 -->
- <!-- appache.geronimo.bundle for DocGen -->
- <!-- Used by aaa, iotdm, netconf, ovsdb, sfc -->
- <org.json.version>20131018</org.json.version>
-
- <!-- Used by sfc -->
- <jettison.version>1.3.7</jettison.version>
- <!-- Used by persistence -->
- <jsr305.api.version>3.0.0</jsr305.api.version>
- <!-- Need to stick to JUnit 4.11 until https://github.com/jayway/powermock/issues/560
- is fixed (either in PowerMock or with a new JUnit release) -->
- <!-- Used everywhere -->
- <junit.version>4.11</junit.version>
- <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
- <logback.version>1.1.7</logback.version>
- <!-- Used by nic, sfc, sxp, tsdr -->
- <mockito.version>1.10.19</mockito.version>
- <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit -->
- <netty.version>4.0.37.Final</netty.version>
- <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity,
- toolkit -->
- <slf4j.version>1.7.21</slf4j.version>
- <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit,
- tsdr, ttp -->
- <spring.version>3.2.14.RELEASE</spring.version>
-
-
-
- <!-- Extra support libraries used by SDN-C -->
- <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
- <jackson-annotations-version>${jackson.version}</jackson-annotations-version>
- <jettison.version>1.3.7</jettison.version>
- <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version>
- <apache.httpcomponents.version>4.4</apache.httpcomponents.version>
- <antlr.version>4.5.1</antlr.version>
- <mysql.connector.version>5.1.39</mysql.connector.version>
- <h2database.version>1.4.186</h2database.version>
-
- <tomcat-jdbc.version>8.5.14</tomcat-jdbc.version>
- </properties>
-
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.openecomp.sdnc.core</groupId>
- <artifactId>root</artifactId>
+ <artifactId>rootpom</artifactId>
<version>1.1.0</version>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.opendaylight.odlparent</groupId>
- <artifactId>opendaylight-karaf-empty</artifactId>
- <version>${odl.karaf.empty.distro.version}</version>
- <type>zip</type>
- </dependency>
-
-
- <dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
- <artifactId>sli-common</artifactId>
- <version>${sdnctl.sli.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
- <artifactId>sli-provider</artifactId>
- <version>${sdnctl.sli.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
- <artifactId>aai-service-provider</artifactId>
- <version>${sdnctl.aai.service.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.openecomp.sdnc.core</groupId>
- <artifactId>dblib-provider</artifactId>
- <version>${sdnctl.dblib.version}</version>
- </dependency>
- </dependencies>
-
- </dependencyManagement>
-
-
<name>SDNC Root</name>
<url>http://wiki.onap.org</url>
<description>Root POM to be used for all SDNC projects</description>
@@ -780,4 +591,8 @@
<organization>
<name>OpenECOMP</name>
</organization>
+ <modules>
+ <module>boron-sr1</module>
+ <module>boron-sr3</module>
+ </modules>
</project>