From fc3624c0eb9ed21309fb38805458b9c02ad3cf95 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 18 Dec 2020 13:12:37 -0500 Subject: Indenting POM's and running mvn tidy:pom Issue-ID: CCSDK-3058 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I8cdc657c832cffba05373b1bd0a6819b4a711f7e --- lib/rlock/pom.xml | 65 +++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 33 deletions(-) (limited to 'lib/rlock/pom.xml') diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index cd977f9c6..5f617ce19 100644 --- a/lib/rlock/pom.xml +++ b/lib/rlock/pom.xml @@ -1,40 +1,39 @@ - 4.0.0 + 4.0.0 - - org.onap.ccsdk.features - ccsdk-features - 1.0.4-SNAPSHOT - ../.. - + + org.onap.ccsdk.features + ccsdk-features + 1.0.4-SNAPSHOT + ../.. + - org.onap.ccsdk.features.lib.rlock - rlock + org.onap.ccsdk.features.lib.rlock + rlock - ccsdk-features :: ${project.artifactId} - Resource Lock - Distributed locking feature using database + ccsdk-features :: lib :: ${project.artifactId} + Resource Lock - Distributed locking feature using database - - - org.slf4j - slf4j-api - - - junit - junit - test - - - com.h2database - h2 - test - - - org.slf4j - slf4j-simple - test - - - + + + org.slf4j + slf4j-api + + + junit + junit + test + + + com.h2database + h2 + test + + + org.slf4j + slf4j-simple + test + + -- cgit 1.2.3-korg