This is an automated email from the ASF dual-hosted git repository.
coheigea 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 70ccfac Fixing build for JDK11
70ccfac is described below
commit 70ccfaca22ec7631b781cdf320b50623a9899fc5
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed May 1 15:57:01 2019 +0100
Fixing build for JDK11
---
maven-plugins/codegen-plugin/pom.xml | 5 +++++
maven-plugins/java2swagger-plugin/pom.xml | 5 +++++
maven-plugins/java2wadl-plugin/pom.xml | 6 +++++-
maven-plugins/java2ws-plugin/pom.xml | 5 +++++
maven-plugins/wadl2java-plugin/pom.xml | 5 +++++
parent/pom.xml | 1 +
6 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/maven-plugins/codegen-plugin/pom.xml
b/maven-plugins/codegen-plugin/pom.xml
index e7b81c5..070d5f3 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -60,6 +60,11 @@
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>${cxf.plexus-utils.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.1.0</version>
</dependency>
diff --git a/maven-plugins/java2swagger-plugin/pom.xml
b/maven-plugins/java2swagger-plugin/pom.xml
index 2d6aa73..f6ad88b 100644
--- a/maven-plugins/java2swagger-plugin/pom.xml
+++ b/maven-plugins/java2swagger-plugin/pom.xml
@@ -80,6 +80,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>${cxf.plexus-utils.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>${project.version}</version>
diff --git a/maven-plugins/java2wadl-plugin/pom.xml
b/maven-plugins/java2wadl-plugin/pom.xml
index c85c3c5..658014b 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -68,7 +68,11 @@
<artifactId>maven-plugin-api</artifactId>
<scope>provided</scope>
</dependency>
-
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>${cxf.plexus-utils.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
diff --git a/maven-plugins/java2ws-plugin/pom.xml
b/maven-plugins/java2ws-plugin/pom.xml
index 28f2b67..5668efc 100644
--- a/maven-plugins/java2ws-plugin/pom.xml
+++ b/maven-plugins/java2ws-plugin/pom.xml
@@ -54,6 +54,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>${cxf.plexus-utils.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>${project.version}</version>
diff --git a/maven-plugins/wadl2java-plugin/pom.xml
b/maven-plugins/wadl2java-plugin/pom.xml
index 3313d3f..8135e0e 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -65,6 +65,11 @@
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>${cxf.plexus-utils.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.1.0</version>
</dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 02df5c7..7601f6e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -147,6 +147,7 @@
<cxf.opensaml.version>3.3.0</cxf.opensaml.version>
<cxf.opensaml.osgi.version>3.3.0_2</cxf.opensaml.osgi.version>
<cxf.opensaml.osgi.version.range>[3.1,4)</cxf.opensaml.osgi.version.range>
+ <cxf.plexus-utils.version>3.2.0</cxf.plexus-utils.version>
<cxf.rhino.version>1.7R2</cxf.rhino.version>
<cxf.reactivestreams.version>1.0.1</cxf.reactivestreams.version>
<cxf.reflections.bundle.version>0.9.11_2</cxf.reflections.bundle.version>