diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-10 13:23:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-10 13:23:51 +0000 |
commit | 285e59c81eef63b53e4089d2b9f5f6204becae38 (patch) | |
tree | 1f12da98320d00a9836a53d2daf2e0d905daf091 /lib/rlock/pom.xml | |
parent | 62edf48439a0a6b59619c03280b96c1226ad77f0 (diff) | |
parent | 5a893ea54e5f8a251be4bb774a9e187ee366de6c (diff) |
Merge "Addressing issues from review"
Diffstat (limited to 'lib/rlock/pom.xml')
-rw-r--r-- | lib/rlock/pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 51b778bad..3494859f7 100644 --- a/lib/rlock/pom.xml +++ b/lib/rlock/pom.xml @@ -1,13 +1,15 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> + <parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-features</artifactId> <version>1.0.0-SNAPSHOT</version> - </parent> + <relativePath>../..</relativePath> + </parent> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> @@ -19,7 +21,6 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <scope>provided</scope> </dependency> <dependency> |