AriaClientFactoryTest throws exception 47/36247/1
authorRob Daugherty <rd472p@att.com>
Fri, 16 Mar 2018 16:00:44 +0000 (12:00 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 16 Mar 2018 16:02:25 +0000 (12:02 -0400)
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>
aria/aria-rest-java-client/pom.xml

index a9e5567..c6d2b73 100755 (executable)
             <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>