aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rlock/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rlock/pom.xml')
-rw-r--r--lib/rlock/pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml
index d116b6505..9a8a9b809 100644
--- a/lib/rlock/pom.xml
+++ b/lib/rlock/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
@@ -13,15 +12,14 @@
<groupId>org.onap.ccsdk.features.lib.rlock</groupId>
<artifactId>rlock</artifactId>
+ <name>ccsdk-features :: ${project.artifactId}</name>
<description>Resource Lock - Distributed locking feature using database</description>
<dependencies>
-
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -38,6 +36,5 @@
<scope>test</scope>
</dependency>
- </dependencies>
-
+ </dependencies>
</project>