SDNC-52 Source files should not be executable
[sdnc/core.git] / dblib / installer / pom.xml
old mode 100755 (executable)
new mode 100644 (file)
index 08a92e1..775bf13
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>dblib</artifactId>
         <groupId>org.openecomp.sdnc.core</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
     <artifactId>dblib-installer</artifactId>
     <name>DBLIB Adaptor - Karaf  Installer</name>
         </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>