Merge "Add UT for CatalogDbAdapterRestTest"
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Wed, 21 Mar 2018 07:30:30 +0000 (07:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 21 Mar 2018 07:30:30 +0000 (07:30 +0000)
asdc-controller/pom.xml
cloudify-client/pom.xml
pom.xml

index 66ecbd8..a06a16d 100644 (file)
@@ -81,7 +81,6 @@
                <dependency>
                                <groupId>org.apache.httpcomponents</groupId>
                                <artifactId>httpclient</artifactId>
-                               <version>4.5.5</version>
                                <scope>compile</scope>
                                <exclusions>
                                        <exclusion>  
index 9b2ca39..057a1ed 100644 (file)
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpcore</artifactId>
-<!--                   <version>4.3.1</version> -->
                </dependency>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
-<!--                   <version>4.5.5</version> -->
                </dependency>
                <dependency>
                        <groupId>org.hamcrest</groupId>
diff --git a/pom.xml b/pom.xml
index 263a632..0ca4836 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>4.4.1</version>
+        <version>4.4.4</version>
         <scope>compile</scope>
       </dependency>
       <dependency>