summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorrv871f <richard.vondadelszen@amdocs.com>2018-09-21 16:16:12 -0400
committerrv871f <richard.vondadelszen@amdocs.com>2018-09-24 09:17:55 -0400
commit3a50e4c2dd8bdfca4b4c834316abee075448f27e (patch)
tree47cb1dbf125d56b91b1a58e1572285c1af5d5b1f /pom.xml
parente234ce76b9eee92b2a16450f773e4a99013d0178 (diff)
router-core 1.3.0 changes
Issue-ID: AAI-1670 Change-Id: Id42ece47c5c5972b471576f9c5f7fb2614196512 Signed-off-by: rv871f <richard.vondadelszen@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 189bec4..0a96ad3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@ limitations under the License.
<sonar.projectVersion>${project.version}</sonar.projectVersion>
<logback.version>1.2.3</logback.version>
<version.com.google.guava>16.0.1</version.com.google.guava>
+ <shemaUnpackVersion>onap</shemaUnpackVersion>
</properties>
<dependencies>
@@ -192,6 +193,12 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>org.onap.aai.aai-common</groupId>
+ <artifactId>aai-schema-ingest</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
@@ -393,10 +400,10 @@ limitations under the License.
<artifactItem>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.2.2</version>
+ <version>1.3.0-SNAPSHOT</version>
<type>jar</type>
- <includes>oxm/</includes>
- <outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory>
+ <includes>/${shemaUnpackVersion}/oxm/</includes>
+ <outputDirectory>${project.build.directory}/oxm</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>