aboutsummaryrefslogtreecommitdiffstats
path: root/aria
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-03-16 12:00:44 -0400
committerRob Daugherty <rd472p@att.com>2018-03-16 12:02:25 -0400
commit9f3f653aaad59502fd748ee1c44d4e83d5643693 (patch)
treec3e9c1f14cc8f1ae740924d5255c030385824eb5 /aria
parenta9455a0d9289295b464994b6abe4a35d95e0f4ce (diff)
AriaClientFactoryTest throws exception
java.lang.NoClassDefFoundError: org/apache/http/conn/ssl/X509HostnameVerifier To fix, I added: <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> Change-Id: Ic18ef074bf0d90c800ede19b5da5cbb1703da8b5 Issue-ID: SO-493 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'aria')
-rwxr-xr-xaria/aria-rest-java-client/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/aria/aria-rest-java-client/pom.xml b/aria/aria-rest-java-client/pom.xml
index a9e5567350..c6d2b73adf 100755
--- a/aria/aria-rest-java-client/pom.xml
+++ b/aria/aria-rest-java-client/pom.xml
@@ -75,6 +75,10 @@
<artifactId>jackson-jaxrs-providers</artifactId>
<version>2.9.2</version>
<type>pom</type>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
</dependency>
</dependencies>