aboutsummaryrefslogtreecommitdiffstats
path: root/feature-distributed-locking
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-05-14 09:11:50 -0400
committerJim Hahn <jrh3@att.com>2018-05-14 09:11:50 -0400
commit144033316c92e37bc8275529404490ff0a91ce70 (patch)
tree0bf9050b1c61354bff2fd5bbadde58851f2da23c /feature-distributed-locking
parent449fae7297e01135525c1da6bf7160f97ac5e4da (diff)
Remove unneeded dependencies from poms
Changed scope to "provided" for jars that are already included with drools-pdp. Changed scope to "test" for utils-test. Change-Id: Ic2d85706e00e015cc7b0e3a0bd9855753fada64e Issue-ID: POLICY-794 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-distributed-locking')
-rw-r--r--feature-distributed-locking/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/feature-distributed-locking/pom.xml b/feature-distributed-locking/pom.xml
index 32899720..14531b83 100644
--- a/feature-distributed-locking/pom.xml
+++ b/feature-distributed-locking/pom.xml
@@ -119,11 +119,13 @@
<groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils-test</artifactId>
<version>${project.version}</version>
+ <scope>test</scope>
</dependency>
</dependencies>