diff options
author | 2017-05-10 14:31:32 +0000 | |
---|---|---|
committer | 2017-05-10 14:32:56 +0000 | |
commit | 98b2a7ac45f3b2a174f04199df284a2fe2b06fd6 (patch) | |
tree | e61f5c7ae259ebebd771618bf0b74d72b6980d1a | |
parent | c25c63b5b148826f1f68a747df10fc63b727c6da (diff) |
[COMMON-15] summary
Updated dependency list
Change-Id: I165654d666880410ed48754d4def850f6e3bcfd3
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
-rwxr-xr-x | dblib/features/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml index f6a4b7a..00b3c2a 100755 --- a/dblib/features/pom.xml +++ b/dblib/features/pom.xml @@ -37,6 +37,11 @@ <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-jdbc</artifactId> + <version>${tomcat-jdbc.version}</version> + </dependency> <!-- dependency for opendaylight-karaf-empty for use by testing --> <dependency> |