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

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


The following commit(s) were added to refs/heads/master by this push:
     new 354415b  - fix SchemePortResolver not found issue documented here 
https://stackoverflow.com/questions/37377075/java-lang-noclassdeffounderror-org-apache-http-conn-schemeportresolver-with-ama
354415b is described below

commit 354415b253fe5ae87607157730b2a4dfb3baadb1
Author: Chris Mattmann <[email protected]>
AuthorDate: Tue Oct 24 13:57:14 2017 -0700

    - fix SchemePortResolver not found issue documented here
    
https://stackoverflow.com/questions/37377075/java-lang-noclassdeffounderror-org-apache-http-conn-schemeportresolver-with-ama
---
 proteus/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/proteus/pom.xml b/proteus/pom.xml
index 945aefe..18fe642 100644
--- a/proteus/pom.xml
+++ b/proteus/pom.xml
@@ -99,6 +99,12 @@
             <artifactId>zip4j</artifactId>
             <version>1.3.2</version>
         </dependency>
+           <dependency>
+                  <groupId>org.apache.httpcomponents</groupId>
+                  <artifactId>httpclient</artifactId>
+                  <version>4.5.2</version>
+                  <scope>runtime</scope>
+               </dependency>        
         <dependency>
             <groupId>org.apache.oodt</groupId>
             <artifactId>cas-metadata</artifactId>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to