diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-18 12:36:11 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-18 12:36:11 -0400 |
commit | 9ae2a9c2525089e8581bb2b7863d6b96d22b67d2 (patch) | |
tree | 624c830e26cf44b17649a96c5ee4896f2f851603 | |
parent | a3d8bdeda0ea73adfd75c4c1404f885a171ae374 (diff) |
Add mariadb version property
Add mariadb.connector.version property to define version of MariaDB
connector version.
Change-Id: Ifb843b9f1d17208f271ee98303c6637dc6e3551e
Issue-ID:CCSDK-95
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | odlparent-carbon-sr1/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odlparent-carbon-sr1/pom.xml b/odlparent-carbon-sr1/pom.xml index aecf5c28..a477fdb6 100755 --- a/odlparent-carbon-sr1/pom.xml +++ b/odlparent-carbon-sr1/pom.xml @@ -154,6 +154,7 @@ <apache.httpcomponents.client.version>4.3.3</apache.httpcomponents.client.version> <antlr.version>4.5.1</antlr.version> <mysql.connector.version>5.1.39</mysql.connector.version> + <mariadb.connector.version>2.1.1</mariadb.connector.version> <h2database.version>1.4.186</h2database.version> <tomcat-jdbc.version>8.5.14</tomcat-jdbc.version> |