From 1b132e0e795f01e17d58f6bd7d4be5f4205b375b Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 17 May 2017 17:53:41 -0400 Subject: [DOCKER] Add missing jar Add missing tomcat jars needed by dblib to dblib installation bundle Change-Id: Ib9aa9aa5ba0b380431c2a6d3029ee3619c280dbf Signed-off-by: Dan Timoney --- dblib/installer/pom.xml | 7 ++++++- rootpom/pom.xml | 5 ----- 2 files changed, 6 insertions(+), 6 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 @@ + + org.apache.tomcat + tomcat-jdbc + ${tomcat-jdbc.version} + @@ -98,7 +103,7 @@ true false false - org.openecomp.sdnc + org.openecomp.sdnc,org.apache.tomcat sli-common,sli-provider provided diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 84dbc43..668e4bc 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -225,11 +225,6 @@ true org.opendaylight.* - - org.opendaylight.odlparent - odlparent - 1.7.1-Boron-SR1 - org.slf4j slf4j-api -- cgit 1.2.3-korg