diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-11-28 17:27:31 +0000 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-11-28 17:27:31 +0000 |
commit | d894ec51a86cfb4d711d3c053d8aa46759584456 (patch) | |
tree | c60a1680d735c5c76bc1e9ec625be6140d4b7667 /pom.xml | |
parent | 9eb82afe62f6891d1e140fd9003e1ceb7df119ee (diff) |
Upgrade version of aai-common
* Configure Spike with schema ingestion beans.
* Update OXMModelLoader and EdgeRulesLoader to make use of schema
ingestion beans. Here there is an acknowledged awkward marrying of
bean creation and static method use.
* Update tests to mock schema ingestion beans and organise test
resources.
Change-Id: I1f043aa5852dbd2737a804ebc282a12afb9fb39f
Issue-ID: AAI-1951
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
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> |