diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-18 15:43:26 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-18 15:43:26 -0400 |
commit | df52e371cf9f5e01a721aef0505ebf238e9eed55 (patch) | |
tree | 67f12fa6aa0830e84fbf92b9830c4cb07001d87c /dblib/installer/pom.xml | |
parent | 2f7123a54f1528b20a19d57bae146e01c0499a58 (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/installer/pom.xml')
-rwxr-xr-x | dblib/installer/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml index f6122e038..34d171cb0 100755 --- a/dblib/installer/pom.xml +++ b/dblib/installer/pom.xml @@ -48,12 +48,10 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> - <version>${tomcat-jdbc.version}</version> </dependency> </dependencies> |