aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-02-28 12:09:45 +0200
committerIttay Stern <ittay.stern@att.com>2019-03-12 11:52:21 +0200
commit9f9e9b2486fa82140cb4ebbdb4abb2051f152ead (patch)
treeb614bf2ec1d04fb09d64d3c57950e00f97670781 /pom.xml
parent1cb4db0a9820f65064dde0120dae00fb67cec446 (diff)
Integrate with the oparent.pom
Issue-ID: VID-408 Change-Id: I75fcc65696ec7b281da59f568da2a53b0347d793 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 93667ce57..9c49c14d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,13 @@
<packaging>pom</packaging>
<name>vid</name>
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.2.3</version>
+ <relativePath/>
+ </parent>
+
<profiles>
<!-- DO NOT CHANGE THE *ORDER* IN WHICH THESE PROFILES ARE DEFINED! -->
@@ -222,13 +229,7 @@
<!--Overide versions for latest security fixes-->
<dependency>
<groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- <version>1.2.3</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.2.3</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
@@ -243,7 +244,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.3</version>
+ <version>4.5.7</version>
</dependency>
</dependencies>
</project>