This is an automated email from the ASF dual-hosted git repository.
avijayan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new c25b6d7 HDDS-5759. Bump aspectj version (#2658)
c25b6d7 is described below
commit c25b6d72971e4246a8021a8b43b0ac588fcd2fcb
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Sep 21 23:59:56 2021 +0200
HDDS-5759. Bump aspectj version (#2658)
---
hadoop-ozone/ozone-manager/pom.xml | 10 +++-------
pom.xml | 3 +++
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/hadoop-ozone/ozone-manager/pom.xml
b/hadoop-ozone/ozone-manager/pom.xml
index ee5919b..401ebb2 100644
--- a/hadoop-ozone/ozone-manager/pom.xml
+++ b/hadoop-ozone/ozone-manager/pom.xml
@@ -33,13 +33,13 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
- <version>1.8.9</version>
+ <version>${aspectj.version}</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
- <version>1.8.9</version>
+ <version>${aspectj.version}</version>
</dependency>
<dependency>
@@ -174,13 +174,9 @@ 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.11.1</version>
+ <version>${aspectj-plugin.version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
diff --git a/pom.xml b/pom.xml
index 78d2dbd..a2c24f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,6 +231,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<swagger-annotations-version>1.5.4</swagger-annotations-version>
<snakeyaml.version>1.26</snakeyaml.version>
<sonar.java.binaries>${basedir}/target/classes</sonar.java.binaries>
+
+ <aspectj.version>1.9.7</aspectj.version>
+ <aspectj-plugin.version>1.14.0</aspectj-plugin.version>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]