aboutsummaryrefslogtreecommitdiffstats
path: root/dblib
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-05-17 17:53:41 -0400
committerDan Timoney <dtimoney@att.com>2017-05-17 17:54:02 -0400
commit1b132e0e795f01e17d58f6bd7d4be5f4205b375b (patch)
tree3147fda6faf2c69180da8c93d8551068ec0fb5a0 /dblib
parentb378c3fc9acdea169f41eec2d08e52ae78f5e3b1 (diff)
[DOCKER] Add missing jar
Add missing tomcat jars needed by dblib to dblib installation bundle Change-Id: Ib9aa9aa5ba0b380431c2a6d3029ee3619c280dbf Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dblib')
-rwxr-xr-xdblib/installer/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml
index 0646479..a6705c4 100755
--- a/dblib/installer/pom.xml
+++ b/dblib/installer/pom.xml
@@ -40,6 +40,11 @@
</dependency>
+ <dependency>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat-jdbc</artifactId>
+ <version>${tomcat-jdbc.version}</version>
+ </dependency>
</dependencies>
<build>
@@ -98,7 +103,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeGroupIds>org.openecomp.sdnc</includeGroupIds>
+ <includeGroupIds>org.openecomp.sdnc,org.apache.tomcat</includeGroupIds>
<excludeArtifactIds>sli-common,sli-provider</excludeArtifactIds>
<scope>provided</scope>
</configuration>