diff options
author | wr148d <wr148d@att.com> | 2022-03-03 10:54:28 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-03-03 10:54:28 -0500 |
commit | c0edad4ad088245f224c4ce549486c10eb1f5cc1 (patch) | |
tree | 5916b83957a0476cfaf76f9cf54a7872080f8bd9 /pom.xml | |
parent | b7e02b3b64c92f7e60016ce92ae1af128cce1a08 (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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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> |