diff options
Diffstat (limited to 'feature-distributed-locking/pom.xml')
-rw-r--r-- | feature-distributed-locking/pom.xml | 2 |
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> |