aboutsummaryrefslogtreecommitdiffstats
path: root/dblib/provider/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-18 15:43:26 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-18 15:43:26 -0400
commitdf52e371cf9f5e01a721aef0505ebf238e9eed55 (patch)
tree67f12fa6aa0830e84fbf92b9830c4cb07001d87c /dblib/provider/pom.xml
parent2f7123a54f1528b20a19d57bae146e01c0499a58 (diff)
Remove versions from project poms
Remove versions from dependencies in project poms and rely instead on dependencyManagement in parent pom. Change-Id: I15a8b25281854dfc84e5dafab79ca522b5dc5c0a Issue-ID: CCSDK-1416 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'dblib/provider/pom.xml')
-rwxr-xr-xdblib/provider/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml
index 245b1969..f1d46bdf 100755
--- a/dblib/provider/pom.xml
+++ b/dblib/provider/pom.xml
@@ -30,7 +30,6 @@
<dependency>
<groupId>ch.vorburger.mariaDB4j</groupId>
<artifactId>mariaDB4j</artifactId>
- <version>2.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -54,12 +53,10 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>${mariadb.connector.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
- <version>${tomcat-jdbc.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>