From b109c218ab7db28fd1cbe62c808496dfdedad809 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Jul 2018 11:23:20 +0100 Subject: Fix incorrect naming on context plugins This change fixes inconsistent naming on the context plugins in APEX. All plugins should fillow the naming convention of plugin-A.plugin-A.B.plugin.A.B.C and so on. Not following this convention breaks the APEX documentation build. Issue-ID: POLICY-954 Change-Id: I8aad4a28d143427e60017eaa119ee4f7ce9f5b3d Signed-off-by: liamfallon --- .../plugins-context-locking-curator/pom.xml | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml (limited to 'plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml') diff --git a/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml new file mode 100644 index 000000000..cb5a03d24 --- /dev/null +++ b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml @@ -0,0 +1,74 @@ + + + 4.0.0 + + org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-locking + plugins-context-locking + 2.0.0-SNAPSHOT + + + plugins-context-locking-curator + ${project.artifactId} + [${project.parent.artifactId}] Plugin for locking using Curator + + + + org.apache.curator + curator-framework + 4.0.1 + + + + org.apache.zookeeper + zookeeper + + + + + org.apache.curator + curator-recipes + 4.0.1 + + + + org.apache.zookeeper + zookeeper + 3.5.4-beta + + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + + + org.apache.curator + curator-recipes + 4.0.1 + + + -- cgit 1.2.3-korg