diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2019-10-14 15:55:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-14 15:55:19 +0000 |
commit | 9df67948f715f9cddd51287cd3e91f7cbcf1912b (patch) | |
tree | 1427c3e63920249235f9df73b6cc31fe77c078b7 /pom.xml | |
parent | 027de6cd99fbfc703a1eed04a187e2271b4a5c57 (diff) | |
parent | 1ccd9c36ba12849148f9eb73e8ff2ffe4ade5870 (diff) |
Merge "Update AAF loading procedure"
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -32,11 +32,11 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>2.1.0</version> </parent> <properties> <!--revision must also be set in the version.properties file at project root--> - <revision>2.1.2-SNAPSHOT</revision> + <revision>2.1.3-SNAPSHOT</revision> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> @@ -65,7 +65,7 @@ <javax.mail-api.version>1.5.5</javax.mail-api.version> <javax.servlet-api.version>4.0.1</javax.servlet-api.version> <qos.logback.version>1.2.3</qos.logback.version> - <aaf-cadi-aaf.version>2.1.10</aaf-cadi-aaf.version> + <aaf-cadi-aaf.version>2.1.15</aaf-cadi-aaf.version> <commons-codec.version>1.13</commons-codec.version> <gmaven-plugin.version>1.5</gmaven-plugin.version> <io.fabric8.version>0.28.0</io.fabric8.version> @@ -198,6 +198,7 @@ <groupId>org.sonatype.http-testing-harness</groupId> <artifactId>junit-runner</artifactId> <version>${junit-runner.version}</version> + <scope>test</scope> <exclusions> <exclusion> <groupId>org.databene</groupId> |