diff options
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r-- | aai-traversal/pom.xml | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index 5b3158e..11d271d 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> - <version>1.15.1-SNAPSHOT</version> + <version>1.15.2-SNAPSHOT</version> </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>aai-traversal</artifactId> @@ -94,11 +94,11 @@ <janusgraph.version>1.0.0</janusgraph.version> <gremlin.version>3.7.1</gremlin.version> - <spring-cloud.version>2020.0.6</spring-cloud.version> + <spring-cloud.version>2021.0.9</spring-cloud.version> <!-- fix the driver version to match the one defined in janusgraph-cql - spring-boot (2.4) is otherwise downgrading it to 4.9.0 --> - <!-- see https://github.com/spring-projects/spring-boot/blob/d336a96b7f204a398b8237560c5dfa7095c53460/spring-boot-project/spring-boot-dependencies/build.gradle#L163 --> + spring-boot (2.6) is otherwise downgrading it to 4.13.0 --> + <!-- see https://github.com/spring-projects/spring-boot/blob/f8c9fee3b0c8ff9ef48cf12fb4a9f8a51630a485/spring-boot-project/spring-boot-dependencies/build.gradle#L170 --> <!-- see https://github.com/JanusGraph/janusgraph/blob/6105d67f412def90ed6e704fa01cbf656602e6c9/pom.xml#L112 --> <cassandra-driver.version>4.17.0</cassandra-driver.version> <datastax.native-protocol.version>1.5.1</datastax.native-protocol.version> @@ -323,25 +323,6 @@ <version>${jopt.simple.version}</version> </dependency> <dependency> - <groupId>io.swagger</groupId> - <artifactId>swagger-core</artifactId> - <exclusions> - <exclusion> - <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>io.swagger</groupId> - <artifactId>swagger-annotations</artifactId> - </dependency> - <dependency> - <groupId>io.swagger</groupId> - <artifactId>swagger-jersey2-jaxrs</artifactId> - <version>${io.swagger.version}</version> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> |