diff options
Diffstat (limited to 'applications/guard/pom.xml')
-rw-r--r-- | applications/guard/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/guard/pom.xml b/applications/guard/pom.xml index 68ed7077..233cd0ef 100644 --- a/applications/guard/pom.xml +++ b/applications/guard/pom.xml @@ -47,6 +47,12 @@ <artifactId>h2</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.onap.policy.xacml-pdp</groupId> + <artifactId>xacml-test</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |