aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-common/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-07-22 10:39:43 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-07-25 13:29:36 -0400
commitd7d10b2de8e70793708b7e82f8d52a279b473d5f (patch)
tree5f6102e90d4dc5bd99dc4f9daab41d5eee2e1682 /dcae_dmaapbc_webapp/dbca-common/pom.xml
parenta733d164955921366fe1440da7ea8c9875bc4794 (diff)
Repair missing-driver deployment problem
Add mysql connector to app POM; drop mariaDB from common POM. Patch around epsdk-app-common POM problem of using version 1.1.0-SNAPSHOT of epsdk-* libraries. Change-Id: I2ef021e51610e5db2235c3ef64a02bfce01a4a3b Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-common/pom.xml')
-rw-r--r--dcae_dmaapbc_webapp/dbca-common/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-common/pom.xml b/dcae_dmaapbc_webapp/dbca-common/pom.xml
index 18d45c0..b036b2a 100644
--- a/dcae_dmaapbc_webapp/dbca-common/pom.xml
+++ b/dcae_dmaapbc_webapp/dbca-common/pom.xml
@@ -136,12 +136,6 @@
<artifactId>httpclient</artifactId>
<version>4.3.5</version>
</dependency>
- <!-- Use Mariadb connector/j for failover -->
- <dependency>
- <groupId>org.mariadb.jdbc</groupId>
- <artifactId>mariadb-java-client</artifactId>
- <version>1.5.8</version>
- </dependency>
<!-- Mapper -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>