summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRavi Geda <gravik@amdocs.com>2018-11-28 18:14:33 +0000
committerRavi Geda <gravik@amdocs.com>2018-11-29 09:47:16 +0000
commit9ae8ae65c0aff6b8fd4e94460b44af33cf15aa50 (patch)
treed54422cab7ef90fdd8a66038326550506004419f /pom.xml
parent18f7af386802e750ad983ba2cdf4d9b84b4ed5ed (diff)
Upgrade version of aai-common
Update OXM Model Loader and Edge Rules Loader to use the 1810 schema ingestion mechanism. Update tests accordingly. Change-Id: I979951fcdcaf901c508c30d770b83dfa3d52bde4 Issue-ID: AAI-1952 Signed-off-by: Ravi Geda <gravik@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 4 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 29f2dc9..61914b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@ limitations under the License.
<properties>
<docker.location>${basedir}/target</docker.location>
- <version.org.onap.aai.aai-common>1.2.4</version.org.onap.aai.aai-common>
+ <version.org.onap.aai.aai-common>1.4.0-SNAPSHOT</version.org.onap.aai.aai-common>
<event.client.version>1.3.1</event.client.version>
</properties>
@@ -88,6 +88,7 @@ limitations under the License.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
@@ -337,7 +338,7 @@ limitations under the License.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>1.10.19</version>
+ <version>2.15.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -488,16 +489,7 @@ limitations under the License.
<artifactId>aai-schema</artifactId>
<version>${version.org.onap.aai.aai-common}</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>${version.org.onap.aai.aai-common}</version>
- <type>jar</type>
- <includes>dbedgerules/</includes>
- <excludes>**/*.ftlh</excludes>
+ <includes>onap/**/</includes>
<outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory>
</artifactItem>
</artifactItems>