diff options
author | Steve Smokowski <ss835w@att.com> | 2021-02-17 14:35:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-17 14:35:54 +0000 |
commit | ba4f60d79b9039c9cb1db46e68c4e9b3efe8f708 (patch) | |
tree | b7e1aa340c13abddd6019c350dda8f59efabff0b /pom.xml | |
parent | 207a5e38c1f565c4f07f54b7ff174c0002fdb413 (diff) | |
parent | d5968f56b382c50dfafc3b6feeccf5b81d176b9d (diff) |
Merge "update camunda and spring to latest versions"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 22 |
1 files changed, 17 insertions, 5 deletions
@@ -67,16 +67,16 @@ <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> </properties> <distributionManagement> @@ -936,6 +936,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 +963,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> |