mysql connector to mariadb changes 57/13657/1
authorTej, Tarun <tt3868@att.com>
Wed, 20 Sep 2017 03:14:33 +0000 (23:14 -0400)
committerTej, Tarun <tt3868@att.com>
Wed, 20 Sep 2017 04:12:17 +0000 (00:12 -0400)
commit98ab70838379e3e00a5596fdb32de81a814e2247
tree65e379a54d08684cefb17f5c79140432dc9964fd
parente64508463caed53e661e4e02e1de971b21f642a7
mysql connector to mariadb changes

changes to mysql connector to mariadb connector along with additional
Junits

Issue-Id: POLICY-219
Change-Id: I26ee1cf733d49d10fccbcd159fe8fc380120efbf
Signed-off-by: Tej, Tarun <tt3868@att.com>
16 files changed:
LogParser/pom.xml
ONAP-PAP-REST/pom.xml
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDao.java
ONAP-PAP-REST/src/main/java/org/onap/policy/pap/xacml/rest/daoimpl/CommonClassDaoImpl.java
ONAP-PAP-REST/src/main/resources/META-INF/generatedCreate.ddl [deleted file]
ONAP-PAP-REST/src/main/resources/META-INF/generatedDrop.ddl [deleted file]
ONAP-PAP-REST/src/main/resources/META-INF/persistence.xml
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/test/XACMLPAPTest.java [new file with mode: 0644]
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/ActionPolicyTest.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/DecisionPolicyTest.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/FirewallConfigPolicyTest.java
ONAP-PAP-REST/src/test/java/org/onap/policy/pap/xacml/rest/components/PolicyDBDaoTest.java
ONAP-PAP-REST/src/test/resources/xacml.pap.properties [new file with mode: 0644]
ONAP-PDP-REST/pom.xml
PolicyEngineUtils/pom.xml
PolicyEngineUtils/src/main/java/org/onap/policy/utils/PolicyUtils.java