This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch CXF-7601_microProfileOpenApi in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 3b96065d50dbfda39b6f09d641893fe50a74c786 Author: Dennis Kieselhorst <[email protected]> AuthorDate: Wed Jan 23 14:41:54 2019 +0100 [CXF-7601] Add support for Microprofile OpenAPI implementation (as an alternative to Swagger Core 2.0) --- rt/rs/description-microprofile-openapi/pom.xml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/rt/rs/description-microprofile-openapi/pom.xml b/rt/rs/description-microprofile-openapi/pom.xml index 8373cfd..1f6533e 100644 --- a/rt/rs/description-microprofile-openapi/pom.xml +++ b/rt/rs/description-microprofile-openapi/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.3-SNAPSHOT</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <properties> @@ -65,30 +65,13 @@ <dependency> <groupId>org.eclipse.microprofile.openapi</groupId> <artifactId>microprofile-openapi-api</artifactId> - <version>1.0.1</version> + <version>1.1.2</version> </dependency> <dependency> <groupId>org.apache.geronimo</groupId> <artifactId>geronimo-openapi-impl</artifactId> - <version>1.0.5</version> + <version>1.0.9</version> </dependency> - <!--<dependency>--> - <!--<groupId>org.apache.geronimo.specs</groupId>--> - <!--<artifactId>geronimo-jsonb_1.0_spec</artifactId>--> - <!--<version>1.0</version>--> - <!--<scope>compile</scope>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>org.apache.geronimo.specs</groupId>--> - <!--<artifactId>geronimo-json_1.1_spec</artifactId>--> - <!--<version>1.0</version>--> - <!--<scope>compile</scope>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>org.apache.johnzon</groupId>--> - <!--<artifactId>johnzon-jsonb</artifactId>--> - <!--<version>${cxf.johnzon.version}</version>--> - <!--</dependency>--> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId>
