diff options
author | Patrick Brady <pb071s@att.com> | 2017-09-13 00:11:21 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-09-15 06:32:10 +0000 |
commit | ac62a4a52bad0f0c5d3b3a0de39893f6993a9f1b (patch) | |
tree | 3d1e90bf4df8019582452f9cd597fd72160d0ecd /pom.xml | |
parent | 4f2ed4e9515f416cab0e75af33b8d799c02974f1 (diff) |
Changing to mariadb java client
Changing from the mysql java connector to the
mariadb java client.
Change-Id: I2f9b1f5da37424d529e196f9b6b8d0bf4f1f9d2f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-198
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -64,7 +64,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <apache.httpcomponents.version>4.4</apache.httpcomponents.version> <commons.lang3.version>3.4</commons.lang3.version> <antlr.version>4.5.1</antlr.version> - <mysql.connector.version>5.1.39</mysql.connector.version> <logback.version>1.1.1</logback.version> <toscalib.version>1.1.0</toscalib.version> <sdc-client.version>1.1.13-SNAPSHOT</sdc-client.version> @@ -397,6 +396,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <artifactId>eelf-core</artifactId> <version>${eelf.version}</version> </dependency> + <!-- Maria DB --> + <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <version>1.2.3</version> + </dependency> </dependencies> </dependencyManagement> |