From 1c1791c5498dad7b7fd6b1591e0c5844d4c6c601 Mon Sep 17 00:00:00 2001 From: sb5356 Date: Mon, 30 Mar 2020 13:14:46 -0400 Subject: Add new modules: Resource Lock and Doorman Issue-ID: CCSDK-2226 Signed-off-by: Stan Bonev Change-Id: I30f83dd4a852fd185dbdaa9a833f5ba544d35ba1 --- lib/rlock/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 lib/rlock/pom.xml (limited to 'lib/rlock/pom.xml') diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml new file mode 100644 index 000000000..51b778bad --- /dev/null +++ b/lib/rlock/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + + + org.onap.ccsdk.features + ccsdk-features + 1.0.0-SNAPSHOT + + + org.onap.ccsdk.features.lib.rlock + rlock + + Resource Lock - Distributed locking feature using database + + + + + org.slf4j + slf4j-api + provided + + + + junit + junit + test + + + com.h2database + h2 + test + + + org.slf4j + slf4j-simple + test + + + + + -- cgit 1.2.3-korg