You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2017/08/30 16:39:35 UTC

[06/52] [abbrv] oodt git commit: Added zip packaging for distributed configuration publisher

http://git-wip-us.apache.org/repos/asf/oodt/blob/27a28daa/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 3b39db0..f895a4b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -262,6 +262,12 @@ the License.
       </dependency>
 
       <dependency>
+        <groupId>args4j</groupId>
+        <artifactId>args4j</artifactId>
+        <version>2.33</version>
+      </dependency>
+
+      <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-frontend-jaxrs</artifactId>
         <version>2.6.0</version>