summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-09-21 00:03:01 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-21 00:03:01 +0000
commitc510fe911f91145adc9470b82687ac0614a37684 (patch)
tree4d0ebd92c0b76306cdddad7844a83aa28216d8ec /pom.xml
parent35d4ded98df1d5603c173118fa648bc38967825a (diff)
parent21c0990a50556bb57e4e13e1ebdbff976cc813f0 (diff)
Merge "Standardize 3rd party library versions"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 3d78f5220c..daccd8fbc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>1.2.1</version>
<relativePath/>
</parent>
<groupId>org.onap.so</groupId>
@@ -511,7 +511,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.8.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
@@ -681,12 +680,6 @@
WildFly 10 version -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.5</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
<scope>compile</scope>
@@ -807,7 +800,6 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>9.4.12.v20180830</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>