diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 61 |
1 files changed, 26 insertions, 35 deletions
@@ -11,7 +11,7 @@ <groupId>org.onap.so</groupId> <artifactId>so</artifactId> <packaging>pom</packaging> - <version>1.7.1-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> <name>so</name> <description>This Maven project is responsible to build and package all child projects - contributions in the MSO project. This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB. @@ -33,9 +33,7 @@ <module>so-sdn-clients</module> <module>bpmn</module> <module>cxf-logging</module> - <module>so-monitoring</module> <module>so-simulator</module> - <module>so-etsi-nfvo</module> <module>packages</module> </modules> <properties> @@ -67,29 +65,30 @@ <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <publicNexusPath>content/repositories/public/</publicNexusPath> <siteNexusPath>content/sites/site/org/onap/so/${project.version}/</siteNexusPath> - <cxf.version>3.3.3</cxf.version> + <cxf.version>3.4.1</cxf.version> <jax.ws.rs>2.1</jax.ws.rs> - <springboot.version>2.1.5.RELEASE</springboot.version> + <springboot.version>2.3.7.RELEASE</springboot.version> <aaf.version>2.1.21</aaf.version> - <camunda.springboot.version>3.2.0</camunda.springboot.version> + <camunda.springboot.version>7.14.0</camunda.springboot.version> <format.skipValidate>false</format.skipValidate> <format.skipExecute>true</format.skipExecute> <io.fabric8.version>0.33.0</io.fabric8.version> <appc.client.version>1.7.2</appc.client.version> - <bowman.client.version>0.8.0</bowman.client.version> + <bowman.client.version>0.9.0</bowman.client.version> <aaf.cadi.version>2.1.15</aaf.cadi.version> + <so-etsi-sol003-adapter-version>1.7.1-SNAPSHOT</so-etsi-sol003-adapter-version> </properties> <distributionManagement> <repository> - <id>ecomp-releases</id> + <id>onap-releases</id> <url>${nexusproxy}/${releaseNexusPath}</url> </repository> <snapshotRepository> - <id>ecomp-snapshots</id> + <id>onap-snapshots</id> <url>${nexusproxy}/${snapshotNexusPath}</url> </snapshotRepository> <site> - <id>ecomp-site</id> + <id>onap-site</id> <url>dav:${nexusproxy}${siteNexusPath}</url> </site> </distributionManagement> @@ -126,21 +125,21 @@ <url>http://maven.restlet.com</url> </pluginRepository> <pluginRepository> - <id>ecomp-public</id> + <id>onap-public</id> <url>${nexusproxy}/${publicNexusPath}</url> <snapshots> <enabled>false</enabled> </snapshots> </pluginRepository> <pluginRepository> - <id>ecomp-release</id> + <id>onap-release</id> <url>${nexusproxy}/${releaseNexusPath}</url> <snapshots> <enabled>false</enabled> </snapshots> </pluginRepository> <pluginRepository> - <id>ecomp-snapshots</id> + <id>onap-snapshots</id> <url>${nexusproxy}/${snapshotNexusPath}</url> <releases> <enabled>false</enabled> @@ -149,27 +148,13 @@ </pluginRepositories> <repositories> <repository> - <id>ecomp-public</id> + <id>onap-public</id> <url>https://nexus.onap.org/content/repositories/public/</url> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> - <id>ecomp-releases</id> - <url>https://nexus.onap.org/content/repositories/releases/</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> - <id>ecomp-snapshots</id> - <url>https://nexus.onap.org/content/repositories/snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - </repository> - <repository> <id>camunda-bpm</id> <url>https://app.camunda.com/nexus/content/repositories/camunda-bpm/</url> </repository> @@ -178,7 +163,6 @@ <url>https://app.camunda.com/nexus/content/groups/public</url> </repository> <repository> - <!-- TODO: remove from ONAP environemnt --> <id>onap-releases</id> <url>https://nexus.onap.org/content/repositories/releases/</url> <snapshots> @@ -186,7 +170,6 @@ </snapshots> </repository> <repository> - <!-- TODO: remove from ONAP environemnt --> <id>onap-snapshots</id> <url>https://nexus.onap.org/content/repositories/snapshots/</url> <releases> @@ -217,10 +200,6 @@ </resource> </resources> <plugins> - <!-- <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> <extensions>true</extensions> <configuration> <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId> - </configuration> </plugin> --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> @@ -936,6 +915,18 @@ <groupId>com.vaadin.external.google</groupId> <artifactId>android-json</artifactId> </exclusion> + <exclusion> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter</artifactId> + </exclusion> + <exclusion> + <groupId>org.junit.vintage</groupId> + <artifactId>junit-vintage-engine</artifactId> + </exclusion> + <exclusion> + <groupId>org.mockito</groupId> + <artifactId>mockito-junit-jupiter</artifactId> + </exclusion> </exclusions> </dependency> <dependency> @@ -951,7 +942,7 @@ <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> - <version>5.2.4</version> + <version>6.5.7</version> </dependency> <dependency> <groupId>org.json</groupId> |