Merge "Enhance / fix REST resource resolution"
authorDan Timoney <dtimoney@att.com>
Wed, 13 Mar 2019 00:22:52 +0000 (00:22 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 13 Mar 2019 00:22:52 +0000 (00:22 +0000)
1  2 
ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml

          </dependency>
          <dependency>
              <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
 -            <artifactId>core</artifactId>
 +            <artifactId>processor-core</artifactId>
          </dependency>
+         <dependency>
+             <groupId>org.apache.httpcomponents</groupId>
+             <artifactId>httpclient</artifactId>
+             <version>${apache.httpcomponents.client.version}</version>
+         </dependency>
      </dependencies>
  
  </project>