You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/06/26 12:33:16 UTC

[tomee] branch master updated: remove redundant dependencies

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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 6808ecc9d8 remove redundant dependencies
6808ecc9d8 is described below

commit 6808ecc9d8f20f0180377e6a905cb58541b5d565
Author: Celebrate-future <78...@users.noreply.github.com>
AuthorDate: Tue Apr 12 20:02:44 2022 +0800

    remove redundant dependencies
---
 itests/tomee-server-version/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/itests/tomee-server-version/pom.xml b/itests/tomee-server-version/pom.xml
index 18fc090746..ff60e66dc8 100644
--- a/itests/tomee-server-version/pom.xml
+++ b/itests/tomee-server-version/pom.xml
@@ -64,21 +64,6 @@
   </build>
 
   <dependencies>
-    <dependency>
-      <groupId>org.tomitribe</groupId>
-      <artifactId>tomitribe-util</artifactId>
-      <version>1.2.3</version>
-    </dependency>
-    <dependency>
-      <groupId>org.tomitribe</groupId>
-      <artifactId>swizzle</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-compress</artifactId>
-      <version>1.14</version>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>