aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorjjia <Jennie.Jia@amdocs.com>2018-12-31 10:54:12 -0500
committerjjia <Jennie.Jia@amdocs.com>2018-12-31 12:06:15 -0500
commitcf65b483f546a9ed3e08f9417670d10122f46ab8 (patch)
tree02135da13646b7ab9b0fd4035be491fe1086923a /pom.xml
parent5bbb6ae6045ca45b6bb40387276e94451db9ac9f (diff)
Update router core new schema ingest lib
Issue-ID: AAI-2043 Change-Id: I609f548cf7fd6a28f041d39b1a68f7a2f01095fb Signed-off-by: jjia <Jennie.Jia@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e921965..8da4245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,12 +94,12 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.3.0</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema-ingest</artifactId>
- <version>1.3.0</version>
+ <version>1.4.1-SNAPSHOT</version>
<!--<exclusions>-->
<!--<exclusion>-->
<!--<groupId>com.google.guava</groupId>-->