diff options
Diffstat (limited to 'dblib')
-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> |