Skip to content

Commit

Permalink
remove redundant dependencies in dependencyManagement (alibaba#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe authored Mar 30, 2022
1 parent a85c733 commit 3cae49d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
<artifactId>truezip</artifactId>
<version>6.8.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.4.1</version>
</dependency>
<!-- jetty -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
7 changes: 0 additions & 7 deletions shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- test dependency -->
<dependency>
<groupId>org.jtester</groupId>
<artifactId>jtester</artifactId>
<version>1.1.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 3cae49d

Please sign in to comment.