[JaxRS] Fix ambiguous dependency (#8922) (#8923)

This commit is contained in:
morphlne 2021-03-10 11:03:30 +02:00 committed by GitHub
parent f56dd9f59b
commit 38ef0e1f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId> <groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId> <artifactId>jackson-jaxrs-json-provider</artifactId>
<version>[2.8.3,3)</version> <version>[2.8.3,2.12.1]</version>
</dependency> </dependency>
<!-- Swagger annotations --> <!-- Swagger annotations -->

View File

@ -67,7 +67,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId> <groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId> <artifactId>jackson-jaxrs-json-provider</artifactId>
<version>[2.8.3,3)</version> <version>[2.8.3,2.12.1]</version>
</dependency> </dependency>
<!-- Swagger annotations --> <!-- Swagger annotations -->