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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 27ad1db  compat not needed (#10)
27ad1db is described below

commit 27ad1dbe981e76115dc6fc2758fbaf9a1b213a16
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Sat Jul 4 08:13:18 2020 -0400

    compat not needed (#10)
    
    * compat not needed
    * fix up indent
---
 pom.xml | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 95efe07..6743a49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,11 +136,11 @@
       <artifactId>plexus-archiver</artifactId>
       <version>4.2.1</version>
     </dependency>
-       <dependency>
-               <groupId>org.codehaus.plexus</groupId>
-               <artifactId>plexus-utils</artifactId>
-               <version>3.3.0</version>
-       </dependency>
+       <dependency>
+               <groupId>org.codehaus.plexus</groupId>
+               <artifactId>plexus-utils</artifactId>
+               <version>3.3.0</version>
+       </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -148,12 +148,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-compat</artifactId>
-      <version>${mavenVersion}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
       <version>2.1</version>

Reply via email to