diff options
author | 2017-05-17 17:53:41 -0400 | |
---|---|---|
committer | 2017-05-17 17:54:02 -0400 | |
commit | 1b132e0e795f01e17d58f6bd7d4be5f4205b375b (patch) | |
tree | 3147fda6faf2c69180da8c93d8551068ec0fb5a0 | |
parent | b378c3fc9acdea169f41eec2d08e52ae78f5e3b1 (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>
-rwxr-xr-x | dblib/installer/pom.xml | 7 | ||||
-rwxr-xr-x | 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 @@ </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> diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 84dbc43..668e4bc 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -226,11 +226,6 @@ <excludePackageNames>org.opendaylight.*</excludePackageNames> <additionalDependencies> <additionalDependency> - <groupId>org.opendaylight.odlparent</groupId> - <artifactId>odlparent</artifactId> - <version>1.7.1-Boron-SR1</version> - </additionalDependency> - <additionalDependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> |