Skip to content

Commit 60a7976

Browse files
author
podlesakk
committed
jdbc drivers removed from dependencies
1 parent b0bbdaf commit 60a7976

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

pom.xml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>eu.lmc.tools</groupId>
66
<artifactId>applyalter</artifactId>
7-
<version>synchronization1</version>
7+
<version>12.11-SNAPSHOT</version>
88
<name>applyalter</name>
99

1010
<properties>
@@ -72,25 +72,6 @@
7272
</exclusions>
7373
</dependency>
7474

75-
<dependency>
76-
<groupId>com.ibm.db2</groupId>
77-
<artifactId>db2jcc4</artifactId>
78-
<version>9.7.6</version>
79-
<scope>runtime</scope>
80-
</dependency>
81-
<dependency>
82-
<groupId>com.ibm.db2</groupId>
83-
<artifactId>db2jcc_license_cu</artifactId>
84-
<version>9.7</version>
85-
<scope>runtime</scope>
86-
</dependency>
87-
<dependency>
88-
<groupId>postgresql</groupId>
89-
<artifactId>postgresql</artifactId>
90-
<version>8.3-603.jdbc4</version>
91-
<scope>runtime</scope>
92-
</dependency>
93-
9475
<dependency>
9576
<groupId>org.testng</groupId>
9677
<artifactId>testng</artifactId>
@@ -118,7 +99,7 @@
11899
<version>${project.version}</version>
119100
<groupId>${project.groupId}</groupId>
120101
<artifactId>${project.artifactId}</artifactId>
121-
<Class-Path>db2jcc4.jar postgresql.jar ojdbc14.jar ojdbc5.jar</Class-Path>
102+
<Class-Path>db2jcc.jar db2jcc4.jar postgresql.jar ojdbc14.jar ojdbc5.jar</Class-Path>
122103
<Hudson-Build-ID>${BUILD_ID}</Hudson-Build-ID>
123104
<Hudson-Build-URL>${BUILD_URL}</Hudson-Build-URL>
124105
<git-branch>${GIT_BRANCH}</git-branch>

0 commit comments

Comments
 (0)