You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/26 21:24:06 UTC

[maven-dependency-tree] 01/01: (doc) remove redundant dependencies

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git

commit 97a9f9de18216a43ba16206ed53a6eb7f11f9fd3
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Dec 26 22:22:42 2020 +0100

    (doc) remove redundant dependencies
---
 pom.xml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d78eb8..2b0837e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>34</version>
-    <relativePath></relativePath>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-dependency-tree</artifactId>
@@ -100,19 +100,6 @@
         </exclusion>
       </exclusions>
     </dependency>
-
-    <dependency>
-      <groupId>jmock</groupId>
-      <artifactId>jmock</artifactId>
-      <version>1.2.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.1</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>