aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Maharajh <rx2202@us.att.com>2022-03-03 17:06:09 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-03 17:06:09 +0000
commitf7fc1dc8a2c9625ba3a5563af456973d461fcb0a (patch)
tree65d4f2ee6d3d49686cc4a9435e8f962b82c9487c
parent5f7ad00101b479779203b8c406458660e216a2df (diff)
parentc0edad4ad088245f224c4ce549486c10eb1f5cc1 (diff)
Merge "[AAI] Update mS to use 1.9.3 aai-common version"
-rw-r--r--pom.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 7f93403..bbc0924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,17 +87,13 @@
<!-- Dependency Versions -->
<sdc.tosca.version>1.5.1</sdc.tosca.version>
- <aai.common.version>1.9.2</aai.common.version>
+ <aai.common.version>1.9.3</aai.common.version>
<aaf.version>2.1.21</aaf.version>
<common.logging.version>1.2.2</common.logging.version>
<commons.compress.version>1.21</commons.compress.version>
<commons.codec.version>1.15</commons.codec.version>
- <logback.core.version>1.2.7</logback.core.version>
-
- <groovy.version>2.5.15</groovy.version>
-
<javax.ws.rs.version>2.1</javax.ws.rs.version>
<mvn.jaxb2.version>0.13.3</mvn.jaxb2.version>
<aai-schema.group.id>org.onap.aai.schema-service</aai-schema.group.id>
@@ -286,7 +282,6 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>${logback.core.version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
@@ -310,7 +305,6 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.onap.sdc.sdc-tosca</groupId>