summaryrefslogtreecommitdiffstats
path: root/controlloop/common/eventmanager/pom.xml
diff options
context:
space:
mode:
authorTemoc Rodriguez <cr056n@att.com>2017-09-13 12:23:46 -0700
committerTemoc Rodriguez <cr056n@att.com>2017-09-14 12:31:34 -0700
commitd420472a3a9d6346cb559bbbb910d02b6e0739a2 (patch)
tree8dfa6cbf1d4bf40298470f535e80cffd658b6543 /controlloop/common/eventmanager/pom.xml
parentd75fd4d5cafa652fa35d6c152f114319b27f7603 (diff)
Move credential information out of persistence.xml
Move credential information out of persistence.xml. Define properties file which will contain the credentials instead. Access db using new properties file. Issue-ID: POLICY-55 Change-Id: I01ad0611c053ad4285de2a225fca7920a3b1bc8f Signed-off-by: Temoc Rodriguez <cr056n@att.com>
Diffstat (limited to 'controlloop/common/eventmanager/pom.xml')
-rw-r--r--controlloop/common/eventmanager/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml
index a3227cbc1..93ff56cba 100644
--- a/controlloop/common/eventmanager/pom.xml
+++ b/controlloop/common/eventmanager/pom.xml
@@ -41,6 +41,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.att.research.xacml</groupId>
+ <artifactId>xacml</artifactId>
+ <version>1.0.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.onap.policy.drools-applications</groupId>
<artifactId>actorServiceProvider</artifactId>
<version>1.1.0-SNAPSHOT</version>