diff options
author | Max Benjamin <max.benjamin@att.com> | 2021-03-17 16:35:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-17 16:35:06 +0000 |
commit | 10add89694eb04da38e80fd6eb26c369149570ec (patch) | |
tree | 008696053638e02ea538a22fc6b5a5fd08a07652 /pom.xml | |
parent | b3b5dec2801b3eb4951e3e071490e240c8629a7a (diff) | |
parent | 8b98eb93f7b0c4dc1885a70db3ea8dd7bb84cc77 (diff) |
Merge "update swagger to v3 open api version"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -1007,17 +1007,6 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-rs-service-description-swagger</artifactId> - <version>${cxf.version}</version> - <exclusions> - <exclusion> - <groupId>org.jboss.spec.javax.rmi</groupId> - <artifactId>jboss-rmi-api_1.0_spec</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId> <version>${cxf.version}</version> <exclusions> @@ -1065,11 +1054,6 @@ <version>${aaf.version}</version> <scope>runtime</scope> </dependency> - <dependency> - <groupId>io.swagger</groupId> - <artifactId>swagger-jersey2-jaxrs</artifactId> - <version>1.6.2</version> - </dependency> <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j</artifactId> |