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

rfscholte pushed a commit to branch MCOMPILER-342
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit ae2b8691afb18838fc429eb730e98ebffc4735c2
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Sun Jun 3 21:51:44 2018 +0200

    [MCOMPILER-342] Unsupported class file major version 55
    Upgrade plexus-java to 0.9.10
---
 pom.xml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8bb3c4e..960a53e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,16 @@ under the License.
     </contributor>
   </contributors>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <!-- to remove when using plexus-java-1.0.0 -->
+        <groupId>com.thoughtworks.qdox</groupId>
+        <artifactId>qdox</artifactId>
+        <version>2.0-M9</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
@@ -120,7 +130,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-java</artifactId>
-      <version>0.9.7</version>
+      <version>0.9.10</version>
     </dependency>
 
     <dependency>
@@ -182,7 +192,6 @@ under the License.
       <version>4.12</version>
       <scope>test</scope>
     </dependency>
-
   </dependencies>
 
   <build>

-- 
To stop receiving notification emails like this one, please contact
rfscho...@apache.org.

Reply via email to