aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/database/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/database/pom.xml')
-rw-r--r--controlloop/common/database/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/controlloop/common/database/pom.xml b/controlloop/common/database/pom.xml
index b2b07da97..e078de9c2 100644
--- a/controlloop/common/database/pom.xml
+++ b/controlloop/common/database/pom.xml
@@ -33,10 +33,12 @@
<groupId>com.att.research.xacml</groupId>
<artifactId>xacml-pdp</artifactId>
<version>2.0.1</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>