aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHengye <yehui.wang@est.tech>2019-04-04 06:09:26 +0000
committerPamela Dragosh <pdragosh@research.att.com>2019-04-05 12:57:17 -0400
commit6a4266db5ce20717f787dff410839281e92bb081 (patch)
treee1ef36157b50df0edd07f82269d3092fb0e60785 /pom.xml
parentd5f95d08ffd3f2e16b67aadae7007c7a51dfae19 (diff)
update dependencies from policy/models
Now pointing to policy/models for yaml and other dependencies. Issue-ID: POLICY-1264 Change-Id: I440d18425e46ec91e6d4e7f2cf1571c4d2bbdb6f Signed-off-by: Hengye <yehui.wang@est.tech> Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b993dbd5e..bfad59342 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,8 @@
============LICENSE_START=======================================================
ONAP Policy Engine
================================================================================
- Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
+ Modifications Copyright (C) 2019 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -59,7 +60,7 @@
<commons.compress.version>1.18</commons.compress.version>
<elasticsearch.version>6.4.3</elasticsearch.version>
<version.policy.common>1.4.0-SNAPSHOT</version.policy.common>
- <version.policy.drools-application>1.4.0-SNAPSHOT</version.policy.drools-application>
+ <version.policy.models>2.0.0-SNAPSHOT</version.policy.models>
</properties>
<modules>
<module>PolicyEngineUtils</module>