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/09/03 23:32:53 UTC

oodt git commit: Fix dependencies for XML-RPC in Resource manager; fix Httpclient.

Repository: oodt
Updated Branches:
  refs/heads/development 4382d9d0f -> ce89ad12b


Fix dependencies for XML-RPC in Resource manager; fix Httpclient.


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

Branch: refs/heads/development
Commit: ce89ad12bc7e77c631abcec83e561c9c9782e675
Parents: 4382d9d
Author: Chris Mattmann <ma...@apache.org>
Authored: Sun Sep 3 16:32:50 2017 -0700
Committer: Chris Mattmann <ma...@apache.org>
Committed: Sun Sep 3 16:32:50 2017 -0700

----------------------------------------------------------------------
 core/pom.xml     | 7 ++++++-
 resource/pom.xml | 8 ++++----
 2 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/ce89ad12/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index ba8e69b..3489a56 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -118,6 +118,11 @@ the License.
         <version>1.4</version>
       </dependency>
       <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <version>3.0</version>
+      </dependency>
+      <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpclient</artifactId>
        <exclusions>
@@ -126,7 +131,7 @@ the License.
          <groupId>commons-logging</groupId>
        </exclusion>
       </exclusions>
-        <version>4.5.2</version>
+        <version>4.4</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/ce89ad12/resource/pom.xml
----------------------------------------------------------------------
diff --git a/resource/pom.xml b/resource/pom.xml
index 98ee673..f0edcbc 100644
--- a/resource/pom.xml
+++ b/resource/pom.xml
@@ -73,6 +73,10 @@ the License.
       <artifactId>commons-dbcp</artifactId>
     </dependency>
     <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
     </dependency>
@@ -94,10 +98,6 @@ the License.
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-core</artifactId>
     </dependency>