aboutsummaryrefslogtreecommitdiffstats
path: root/main/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-03-24 08:13:58 -0400
committerJim Hahn <jrh3@att.com>2019-03-25 20:56:13 -0400
commit602572eb8abaf0ea6528ee45bd1006df16798ea9 (patch)
tree9ff9d3642b7e024bab139a978cf50ff298b9c0d4 /main/pom.xml
parent7b5fd6ca1ca335369aeed22ad29f691a16c333e9 (diff)
Changes to PAP infrastructure to support PDP
Modified PapActivator to implement the Startable interface and used that to manage it instead of the original method names. Replaced pdp-common enums with models-pdp enums. Added the use of the Registry. Added parameters to be used for PDP interaction. Added DAO interface classes. Modified HTTP client, in junit tests, to use GSON instead of Jackson. Removed DAO code, as the interfaces are not merged into policy/common yet. Added pdpParameters to default json config file. Changed tabs to spaces in json files. Removed "internal" classes that were moved to models-pdp. Change-Id: I969a7747e926680ad403557b44a0a52d289fb6d9 Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'main/pom.xml')
-rw-r--r--main/pom.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/main/pom.xml b/main/pom.xml
index 01c41545..2e221cef 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -45,11 +45,6 @@
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
- <artifactId>pdp-common</artifactId>
- <version>${policy.common.version}</version>
- </dependency>
- <dependency>
- <groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
<version>${policy.common.version}</version>
</dependency>
@@ -65,7 +60,17 @@
</dependency>
<dependency>
<groupId>org.onap.policy.models</groupId>
- <artifactId>models-pap</artifactId>
+ <artifactId>policy-models-pap</artifactId>
+ <version>${policy.models.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.models</groupId>
+ <artifactId>models-pdp</artifactId>
+ <version>${policy.models.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.models</groupId>
+ <artifactId>policy-models-provider</artifactId>
<version>${policy.models.version}</version>
</dependency>
<dependency>