aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-03 10:54:28 -0500
committerwr148d <wr148d@att.com>2022-03-03 10:54:28 -0500
commitc0edad4ad088245f224c4ce549486c10eb1f5cc1 (patch)
tree5916b83957a0476cfaf76f9cf54a7872080f8bd9
parentb7e02b3b64c92f7e60016ce92ae1af128cce1a08 (diff)
[AAI] Update mS to use 1.9.3 aai-common version
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: If6728ba1e663c83976699173c660d0084966b22a
-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>