File tree 1 file changed +2
-21
lines changed
1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >eu.lmc.tools</groupId >
6
6
<artifactId >applyalter</artifactId >
7
- <version >synchronization1 </version >
7
+ <version >12.11-SNAPSHOT </version >
8
8
<name >applyalter</name >
9
9
10
10
<properties >
72
72
</exclusions >
73
73
</dependency >
74
74
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
-
94
75
<dependency >
95
76
<groupId >org.testng</groupId >
96
77
<artifactId >testng</artifactId >
118
99
<version >${project.version} </version >
119
100
<groupId >${project.groupId} </groupId >
120
101
<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 >
122
103
<Hudson-Build-ID >${BUILD_ID} </Hudson-Build-ID >
123
104
<Hudson-Build-URL >${BUILD_URL} </Hudson-Build-URL >
124
105
<git-branch >${GIT_BRANCH} </git-branch >
You can’t perform that action at this time.
0 commit comments