You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2018/02/07 13:52:52 UTC

commons-compress git commit: the objenensis dependency seems to not be required at all

Repository: commons-compress
Updated Branches:
  refs/heads/master 3026d1f96 -> be132f70f


the objenensis dependency seems to not be required at all


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/be132f70
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/be132f70
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/be132f70

Branch: refs/heads/master
Commit: be132f70fa573e726340a6a9a9679f371aee13bb
Parents: 3026d1f
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Feb 7 14:51:13 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Feb 7 14:51:13 2018 +0100

----------------------------------------------------------------------
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/be132f70/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f4aaf6d..6e37095 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,11 +62,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
 
   <dependencies>
     <dependency>
-      <groupId>org.objenesis</groupId>
-      <artifactId>objenesis</artifactId>
-      <version>2.6</version>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.12</version>