|
6 | 6 |
|
7 | 7 | <groupId>com.ithit.webdav.samples</groupId> |
8 | 8 | <artifactId>kotlinfs</artifactId> |
9 | | - <version>4.2.2812</version> |
| 9 | + <version>4.2.2822</version> |
10 | 10 | <packaging>war</packaging> |
11 | 11 |
|
12 | 12 | <properties> |
|
34 | 34 | <dependency> |
35 | 35 | <groupId>com.ithit.webdav.integration</groupId> |
36 | 36 | <artifactId>servlet-integration</artifactId> |
37 | | - <version>4.2.2812</version> |
| 37 | + <version>4.2.2822</version> |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | 40 | <groupId>commons-io</groupId> |
|
78 | 78 | <dependency> |
79 | 79 | <groupId>org.apache.tika</groupId> |
80 | 80 | <artifactId>tika-core</artifactId> |
81 | | - <version>1.20</version> |
| 81 | + <version>1.22</version> |
82 | 82 | </dependency> |
83 | 83 | <dependency> |
84 | 84 | <groupId>org.apache.tika</groupId> |
85 | 85 | <artifactId>tika-parsers</artifactId> |
86 | | - <version>1.20</version> |
| 86 | + <version>1.22</version> |
87 | 87 | <exclusions> |
88 | 88 | <exclusion> |
89 | 89 | <artifactId>cxf-core</artifactId> |
|
142 | 142 | <dependency> |
143 | 143 | <groupId>com.ithit.webdav</groupId> |
144 | 144 | <artifactId>webdav-server</artifactId> |
145 | | - <version>4.2.2812</version> |
| 145 | + <version>4.2.2822</version> |
146 | 146 | </dependency> |
147 | 147 | <dependency> |
148 | 148 | <groupId>net.java.dev.jna</groupId> |
|
170 | 170 | </repositories> |
171 | 171 |
|
172 | 172 | <build> |
173 | | - <sourceDirectory>C:\Java\Release\WebdavJavaRepo\DeltaV\samples\kotlinfs/src/main/kotlin</sourceDirectory> |
| 173 | + <sourceDirectory>D:\myproj\Java\ithit\webdav-server-for-java\DeltaV\samples\kotlinfs/src/main/kotlin</sourceDirectory> |
174 | 174 | <plugins> |
175 | 175 | <plugin> |
176 | 176 | <groupId>org.apache.maven.plugins</groupId> |
|
240 | 240 | <server>filesystem</server> |
241 | 241 | <port>11021</port> |
242 | 242 | <path>/</path> |
243 | | - <warSourceDirectory>target/kotlinfs-4.2.2812</warSourceDirectory> |
| 243 | + <warSourceDirectory>target/kotlinfs-4.2.2822</warSourceDirectory> |
244 | 244 | </configuration> |
245 | 245 | </plugin> |
246 | 246 | <plugin> |
|
0 commit comments