[DOCKER] Add missing jar 01/4301/1
authorDan Timoney <dtimoney@att.com>
Wed, 17 May 2017 21:53:41 +0000 (17:53 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 17 May 2017 21:54:02 +0000 (17:54 -0400)
Add missing tomcat jars needed by dblib to dblib installation bundle

Change-Id: Ib9aa9aa5ba0b380431c2a6d3029ee3619c280dbf
Signed-off-by: Dan Timoney <dtimoney@att.com>
dblib/installer/pom.xml
rootpom/pom.xml

index 0646479..a6705c4 100755 (executable)
         </dependency>
 
 
+       <dependency>
+           <groupId>org.apache.tomcat</groupId>
+           <artifactId>tomcat-jdbc</artifactId>
+           <version>${tomcat-jdbc.version}</version>
+       </dependency>
     </dependencies>
 
     <build>
                             <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>
index 84dbc43..668e4bc 100755 (executable)
                                                <useStandardDocletOptions>true</useStandardDocletOptions>
                                                <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>