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/doorman/pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 lib/doorman/pom.xml (limited to 'lib/doorman/pom.xml') diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml new file mode 100644 index 000000000..e7883a944 --- /dev/null +++ b/lib/doorman/pom.xml @@ -0,0 +1,54 @@ + + + 4.0.0 + + + org.onap.ccsdk.features + ccsdk-features + 1.0.0-SNAPSHOT + + + org.onap.ccsdk.features.lib.doorman + doorman + + Doorman - Request prioritization and agregation queue + + + + + javax.servlet + servlet-api + provided + + + org.slf4j + slf4j-api + provided + + + org.onap.ccsdk.features.lib.rlock + rlock + 1.0.0-SNAPSHOT + provided + + + + junit + junit + test + + + com.h2database + h2 + test + + + org.slf4j + slf4j-simple + test + + + + + -- cgit 1.2.3-korg