You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by av...@apache.org on 2020/10/07 19:18:55 UTC

[hadoop-ozone] branch HDDS-3698-upgrade updated: HDDS-4319. Compile error with Java 11 (#1483)

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

avijayan pushed a commit to branch HDDS-3698-upgrade
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/HDDS-3698-upgrade by this push:
     new 515c619  HDDS-4319. Compile error with Java 11 (#1483)
515c619 is described below

commit 515c619cc169103fe3e6eb7f319209f1aaf5f8e3
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Wed Oct 7 21:17:56 2020 +0200

    HDDS-4319. Compile error with Java 11 (#1483)
---
 hadoop-ozone/ozone-manager/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hadoop-ozone/ozone-manager/pom.xml b/hadoop-ozone/ozone-manager/pom.xml
index 895afcb..879f36c 100644
--- a/hadoop-ozone/ozone-manager/pom.xml
+++ b/hadoop-ozone/ozone-manager/pom.xml
@@ -168,9 +168,13 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
         </executions>
       </plugin>
       <plugin>
+        <!--
+        https://github.com/mojohaus/aspectj-maven-plugin/issues/24#issuecomment-419077658
         <groupId>org.codehaus.mojo</groupId>
+        -->
+        <groupId>com.github.m50d</groupId>
         <artifactId>aspectj-maven-plugin</artifactId>
-        <version>1.10</version>
+        <version>1.11.1</version>
         <configuration>
           <source>1.8</source>
           <target>1.8</target>


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org