aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-30 09:48:05 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-30 09:48:05 +0700
commitb09a61f361a74f16d11a41cb1f27cbcc139dd019 (patch)
treec839f04d8181d4cdaa0746c01eb5f62fb7753b71
parent2c9374c807dbdf256df2c6bb365802916e8653c6 (diff)
downloadaspectj-b09a61f361a74f16d11a41cb1f27cbcc139dd019.tar.gz
aspectj-b09a61f361a74f16d11a41cb1f27cbcc139dd019.zip
Get rid of some Maven warnings concerning plugins + dependencies
Duplicate dependencies, missing or mismatching versions Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r--org.aspectj.ajdt.core/pom.xml1
-rw-r--r--org.aspectj.matcher/pom.xml1
-rw-r--r--pom.xml3
-rw-r--r--testing/pom.xml1
-rw-r--r--weaver/pom.xml10
5 files changed, 2 insertions, 14 deletions
diff --git a/org.aspectj.ajdt.core/pom.xml b/org.aspectj.ajdt.core/pom.xml
index ec800b1da..dd20b302d 100644
--- a/org.aspectj.ajdt.core/pom.xml
+++ b/org.aspectj.ajdt.core/pom.xml
@@ -87,7 +87,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
<executions>
<execution>
<goals>
diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml
index b81290162..650dfa3ed 100644
--- a/org.aspectj.matcher/pom.xml
+++ b/org.aspectj.matcher/pom.xml
@@ -41,7 +41,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
<executions>
<execution>
<goals>
diff --git a/pom.xml b/pom.xml
index d08245d55..dfba47568 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -123,7 +124,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.1.2</version>
+ <version>3.2.0</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
diff --git a/testing/pom.xml b/testing/pom.xml
index 9017efedd..68badf0ff 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -151,7 +151,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
<executions>
<execution>
<goals>
diff --git a/weaver/pom.xml b/weaver/pom.xml
index fcbae1c8b..2973f7504 100644
--- a/weaver/pom.xml
+++ b/weaver/pom.xml
@@ -26,11 +26,6 @@
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
- <artifactId>util</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.aspectj</groupId>
<artifactId>testing-util</artifactId>
<version>${project.version}</version>
</dependency>
@@ -51,11 +46,6 @@
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
- <artifactId>runtime</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.aspectj</groupId>
<artifactId>org.aspectj.matcher</artifactId>
<version>${project.version}</version>
<type>test-jar</type>