summaryrefslogtreecommitdiffstats
path: root/openstack-client-connectors/resteasy-connector/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-03-13 13:51:18 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-13 13:51:18 +0000
commitad80f2f0d49f465c8bf7c424b5e47f7ccfe00cee (patch)
treea9291d6e720c16494918ec9ae97f46de760d9828 /openstack-client-connectors/resteasy-connector/pom.xml
parent31e9a9aed5168ee48d4bce26ba973f542568a32c (diff)
parent94130e891b64ceae436a5c066c28356fb6b98793 (diff)
Merge "Fix the vulnerability issue"
Diffstat (limited to 'openstack-client-connectors/resteasy-connector/pom.xml')
-rw-r--r--openstack-client-connectors/resteasy-connector/pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/openstack-client-connectors/resteasy-connector/pom.xml b/openstack-client-connectors/resteasy-connector/pom.xml
index 09e85c3..67a219d 100644
--- a/openstack-client-connectors/resteasy-connector/pom.xml
+++ b/openstack-client-connectors/resteasy-connector/pom.xml
@@ -13,18 +13,31 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
- <version>2.3.2.Final</version>
+ <!-- replaced with 3.5.0.Final <version>2.3.2.Final</version> -->
+ <version>3.5.0.Final</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.4</version>
</dependency>
+ <!-- replaced with httpclient and httpcore
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
+ -->
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>4.4.4</version>
+ </dependency>
</dependencies>
</project> \ No newline at end of file