You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2019/01/08 03:35:36 UTC

[cxf] branch master updated: add cxf-rt-rs-service-description-openapi-v3 module into dependencyManagement

This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new efc658d  add cxf-rt-rs-service-description-openapi-v3 module into dependencyManagement
efc658d is described below

commit efc658d1a13c79fb13c4fe4b2ce60bab5e51c894
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue Jan 8 11:35:23 2019 +0800

    add cxf-rt-rs-service-description-openapi-v3 module into dependencyManagement
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8b50a8a..fe00162 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -890,6 +890,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.cxf</groupId>
+                <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-rt-transports-http</artifactId>
                 <version>${project.version}</version>
             </dependency>