]> source.dussan.org Git - aspectj.git/commitdiff
Get rid of some Maven warnings concerning plugins + dependencies
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Tue, 30 Mar 2021 02:48:05 +0000 (09:48 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Tue, 30 Mar 2021 02:48:05 +0000 (09:48 +0700)
Duplicate dependencies, missing or mismatching versions

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
org.aspectj.ajdt.core/pom.xml
org.aspectj.matcher/pom.xml
pom.xml
testing/pom.xml
weaver/pom.xml

index ec800b1dab0a5a2c0f7a397fbfd9640dfe5df28a..dd20b302d04c456dadbd4313e10f057708508665 100644 (file)
@@ -87,7 +87,6 @@
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
-       <version>2.2</version>
        <executions>
          <execution>
            <goals>
index b81290162127e3dfa389c0b628dbae404ee6f81c..650dfa3edafe94b35bf94b2e35697f002a076ada 100644 (file)
@@ -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 d08245d5570f1a3b0de06ef151498ce1a3eac1c9..dfba47568e521814a9784b2da5d001eb632bccaa 100644 (file)
--- 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>
                        <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>
index 9017efedd001a97df8bb1a415690af98b29199b9..68badf0ff9d4e17bdbc02f4aeb5cd258389429ec 100644 (file)
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
-       <version>2.2</version>
        <executions>
          <execution>
            <goals>
index fcbae1c8bbcfc78beba90e6908444255c1cc01ce..2973f75041899d96b9f9775998c3a4eb66d9be02 100644 (file)
       <artifactId>runtime</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.aspectj</groupId>
-      <artifactId>util</artifactId>
-      <version>${project.version}</version>
-    </dependency>
     <dependency>
       <groupId>org.aspectj</groupId>
       <artifactId>testing-util</artifactId>
       <artifactId>org.aspectj.matcher</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.aspectj</groupId>
-      <artifactId>runtime</artifactId>
-      <version>${project.version}</version>
-    </dependency>
     <dependency>
       <groupId>org.aspectj</groupId>
       <artifactId>org.aspectj.matcher</artifactId>