diff options
author | 2017-05-17 17:53:41 -0400 | |
---|---|---|
committer | 2017-05-17 17:54:02 -0400 | |
commit | 1b132e0e795f01e17d58f6bd7d4be5f4205b375b (patch) | |
tree | 3147fda6faf2c69180da8c93d8551068ec0fb5a0 /rootpom | |
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>
Diffstat (limited to 'rootpom')
-rwxr-xr-x | rootpom/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
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> |