diff options
author | Temoc Rodriguez <cr056n@att.com> | 2017-09-19 11:13:34 -0700 |
---|---|---|
committer | Ali Hockla <ah999m@att.com> | 2017-09-21 14:59:48 +0000 |
commit | fa9ed5f98a4eed3d82a440b719dd1db184260e94 (patch) | |
tree | 1a1af474d20f08a1798b66eecb0cf5aad65fcf15 /controlloop/templates/template.demo/pom.xml | |
parent | 2313dd4767975e7d814e52613afab8054b84208c (diff) |
Implement restful call to xacml pdp guard
Removed the embedded guard decision and replace with restful call to
xacml pdp to restore guard functionality. Set guard URL with PolicyEngine env properties. Modified templates accordingly.
Issue-Id: POLICY-260
Change-Id: Ic1558a6ebdd5f6d1b74a748f69433f6213dbf984
Signed-off-by: Temoc Rodriguez <cr056n@att.com>
Signed-off-by: Hockla, Ali (ah999m) <ah999m@att.com>
Diffstat (limited to 'controlloop/templates/template.demo/pom.xml')
-rw-r--r-- | controlloop/templates/template.demo/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index d3d3ef0ab..69c2da80e 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -203,5 +203,11 @@ <version>${project.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.onap.policy.drools-pdp</groupId> + <artifactId>policy-management</artifactId> + <version>1.1.0-SNAPSHOT</version> + <scope>provided</scope> + </dependency> </dependencies> </project> |