aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 7037ecc..457e2b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>