diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -36,7 +36,7 @@ <properties> <docker.location>${basedir}/target</docker.location> - <aaiCommonVersion>1.2.4</aaiCommonVersion> + <aaiCommonVersion>1.4.0-SNAPSHOT</aaiCommonVersion> <event.client.version>1.4.0-SNAPSHOT</event.client.version> </properties> @@ -76,6 +76,12 @@ </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> @@ -303,16 +309,7 @@ <artifactId>aai-schema</artifactId> <version>${aaiCommonVersion}</version> <type>jar</type> - <includes>oxm/</includes> - <outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory> - </artifactItem> - <artifactItem> - <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-core</artifactId> - <version>${aaiCommonVersion}</version> - <type>jar</type> - <includes>dbedgerules/</includes> - <excludes>**/*.ftlh</excludes> + <includes>onap/**/</includes> <outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory> </artifactItem> </artifactItems> |