|
6 | 6 |
|
7 | 7 | <groupId>com.ithit.webdav.samples</groupId> |
8 | 8 | <artifactId>oraclestorage</artifactId> |
9 | | - <version>4.5.4062</version> |
| 9 | + <version>4.5.4195</version> |
10 | 10 | <packaging>war</packaging> |
11 | 11 |
|
12 | 12 | <properties> |
|
23 | 23 | <dependency> |
24 | 24 | <groupId>com.ithit.webdav.integration</groupId> |
25 | 25 | <artifactId>servlet-integration</artifactId> |
26 | | - <version>4.5.4062</version> |
| 26 | + <version>4.5.4195</version> |
27 | 27 | </dependency> |
28 | 28 | <dependency> |
29 | 29 | <groupId>commons-dbcp</groupId> |
|
38 | 38 | <scope>runtime</scope> |
39 | 39 | </dependency> |
40 | 40 | <dependency> |
41 | | - <groupId>com.hynnet</groupId> |
42 | | - <artifactId>oracle-driver-ojdbc6</artifactId> |
43 | | - <version>12.1.0.1</version> |
| 41 | + <groupId>com.oracle</groupId> |
| 42 | + <artifactId>ojdbc7</artifactId> |
| 43 | + <version>12.1.0.2</version> |
44 | 44 | <scope>runtime</scope> |
45 | 45 | </dependency> |
46 | 46 | <dependency> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>com.ithit.webdav</groupId> |
127 | 127 | <artifactId>webdav-server</artifactId> |
128 | | - <version>4.5.4062</version> |
| 128 | + <version>4.5.4195</version> |
129 | 129 | </dependency> |
130 | 130 |
|
131 | 131 | <dependency> |
|
165 | 165 | <goal>copy-resources</goal> |
166 | 166 | </goals> |
167 | 167 | <configuration> |
168 | | - <outputDirectory>${project.build.directory}/oraclestorage-4.5.4062/META-INF</outputDirectory> |
| 168 | + <outputDirectory>${project.build.directory}/oraclestorage-4.5.4195/META-INF</outputDirectory> |
169 | 169 | <overwrite>true</overwrite> |
170 | 170 | <resources> |
171 | 171 | <resource> |
|
244 | 244 | <server>filesystem</server> |
245 | 245 | <port>11021</port> |
246 | 246 | <path>/</path> |
247 | | - <warSourceDirectory>target/oraclestorage-4.5.4062</warSourceDirectory> |
| 247 | + <warSourceDirectory>target/oraclestorage-4.5.4195</warSourceDirectory> |
248 | 248 | </configuration> |
249 | 249 | </plugin> |
250 | 250 | <plugin> |
|
253 | 253 | <version>1.5</version> |
254 | 254 | <dependencies> |
255 | 255 | <dependency> |
256 | | - <groupId>com.hynnet</groupId> |
257 | | - <artifactId>oracle-driver-ojdbc6</artifactId> |
258 | | - <version>12.1.0.1</version> |
| 256 | + <groupId>com.oracle</groupId> |
| 257 | + <artifactId>ojdbc7</artifactId> |
| 258 | + <version>12.1.0.2</version> |
259 | 259 | </dependency> |
260 | 260 | </dependencies> |
261 | 261 | <configuration> |
|
0 commit comments