diff options
author | Jim Hahn <jrh3@att.com> | 2019-09-12 16:05:18 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-09-12 16:20:30 -0400 |
commit | 1df1c6aeb21b50ab5c4f7c4a7e6da7bc8abed62e (patch) | |
tree | d17b9209b4f26ba6f3a04600b514e90bbdd4cbb8 /applications/common/pom.xml | |
parent | 88a247ef93ac0f0e2ff00345e0408a2af232b3c9 (diff) |
Add yaml support to xacml-pdp rest server
Also modified code to use StandardYamlCoder.
Change-Id: I0596c8b054339ac68ef8c4250cd25b9ff88d47e4
Issue-ID: POLICY-2085
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'applications/common/pom.xml')
-rw-r--r-- | applications/common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index 8613a94d..dea04007 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -54,6 +54,11 @@ </dependency> <dependency> <groupId>org.onap.policy.common</groupId> + <artifactId>utils</artifactId> + <version>${policy.common.version}</version> + </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> <artifactId>utils-test</artifactId> <version>${policy.common.version}</version> </dependency> |