From 38ef0e1f3adc65b1151a93e1ae2242ad41450623 Mon Sep 17 00:00:00 2001 From: morphlne <75043008+morphlne@users.noreply.github.com> Date: Wed, 10 Mar 2021 11:03:30 +0200 Subject: [PATCH] [JaxRS] Fix ambiguous dependency (#8922) (#8923) --- .../src/main/resources/JavaJaxRS/cxf-cdi/pom.mustache | 2 +- samples/server/petstore/jaxrs-cxf-cdi/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-cdi/pom.mustache b/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-cdi/pom.mustache index d553a7b1278..1f2caa5a5f4 100644 --- a/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-cdi/pom.mustache +++ b/modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-cdi/pom.mustache @@ -67,7 +67,7 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - [2.8.3,3) + [2.8.3,2.12.1] diff --git a/samples/server/petstore/jaxrs-cxf-cdi/pom.xml b/samples/server/petstore/jaxrs-cxf-cdi/pom.xml index 11b5626ad01..ef2d8a6d268 100644 --- a/samples/server/petstore/jaxrs-cxf-cdi/pom.xml +++ b/samples/server/petstore/jaxrs-cxf-cdi/pom.xml @@ -67,7 +67,7 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - [2.8.3,3) + [2.8.3,2.12.1]