From a4eeb110b076672b3bb88f5e2f3420ae70c78f38 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Mon, 7 Jan 2019 16:23:36 +0200 Subject: Add restriction filter to onboarding Change-Id: Ief36760c8d89ac3443c8b12bfdef09c2f83abfc3 Issue-ID: SDC-2039 Signed-off-by: Yuli Shlosberg --- .../backend/openecomp-sdc-security-util/pom.xml | 93 ++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 openecomp-be/backend/openecomp-sdc-security-util/pom.xml (limited to 'openecomp-be/backend/openecomp-sdc-security-util/pom.xml') diff --git a/openecomp-be/backend/openecomp-sdc-security-util/pom.xml b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml new file mode 100644 index 0000000000..4bff04f9a5 --- /dev/null +++ b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml @@ -0,0 +1,93 @@ + + + + backend + org.openecomp.sdc + 1.4.0-SNAPSHOT + + 4.0.0 + + openecomp-sdc-security-util + + + + + org.slf4j + slf4j-api + 1.7.25 + + + + junit + junit + 4.12 + test + + + + org.apache.commons + commons-crypto + 1.0.0 + + + + commons-lang + commons-lang + 2.6 + + + + org.functionaljava + functionaljava + 4.7 + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.10 + + + + commons-codec + commons-codec + 1.11 + + + + javax.servlet + javax.servlet-api + 3.1.0 + + + + org.mockito + mockito-core + 2.8.9 + test + + + + org.powermock + powermock-module-junit4 + 1.7.4 + test + + + junit + junit + + + + + + org.powermock + powermock-api-mockito2 + 1.7.4 + test + + + + \ No newline at end of file -- cgit 1.2.3-korg