diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-11-14 16:09:54 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-11-14 16:24:40 +0000 |
commit | a05789019bfd36f36a175ce5970dc46b9f55594d (patch) | |
tree | 15e01ce1944560b2f63fca3369989107e6b749e5 /aai-resources/pom.xml | |
parent | a0234adccf748953c4f884275a7bd6036236263c (diff) |
Replace deprecated methods in resources
Issue-ID: AAI-3595
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I848bd78338f9a8b15576e11718abbf64a1980663
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index fda6f5b..f5884da 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -92,6 +92,10 @@ <!-- Integration tests will be skipped by default. Could be enabled here or by -DskipITs=false--> <skipITs>true</skipITs> + + <!-- <swagger.version>1.5.24</swagger.version> --> + <!-- https://mvnrepository.com/artifact/io.swagger/swagger-core --> + <swagger.version>1.6.8</swagger.version> </properties> <profiles> <!-- Docker profile to be used for building docker image and pushing to nexus --> @@ -352,6 +356,7 @@ <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-core</artifactId> + <version>${swagger.version}</version> <exclusions> <exclusion> <groupId>javax.ws.rs</groupId> @@ -362,6 +367,7 @@ <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> + <version>${swagger.version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -371,6 +377,7 @@ <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-jersey-jaxrs</artifactId> + <version>${swagger.version}</version> <exclusions> <exclusion> <groupId>org.glassfish.jersey.media</groupId> |