File tree Expand file tree Collapse file tree 7 files changed +123
-123
lines changed
Expand file tree Collapse file tree 7 files changed +123
-123
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
3030jarJar {
3131 rules = [
3232 ' stax-api-1.0.1.jar' : ' javax.xml.** com.ithit.webdav.xml.@1' ,
33- ' webdav-server-4.1.2742 .jar' : ' javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
33+ ' webdav-server-4.1.2743 .jar' : ' javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
3434 ]
3535}
3636
@@ -71,11 +71,11 @@ dependencies {
7171 implementation ' commons-io:commons-io:2.4'
7272 implementation ' com.google.code.gson:gson:2.7'
7373 implementation ' com.android.support:appcompat-v7:27.1.1'
74- implementation(' com.ithit.webdav.integration:android-integration:4.1.2742 ' , {
74+ implementation(' com.ithit.webdav.integration:android-integration:4.1.2743 ' , {
7575 exclude group : ' org.nanohttpd' , module : ' nanohttpd'
7676 })
7777 implementation ' com.android.support.constraint:constraint-layout:1.0.2'
7878 jarJar ' stax:stax-api:1.0.1'
79- jarJar ' com.ithit.webdav:webdav-server:4.1.2742 '
79+ jarJar ' com.ithit.webdav:webdav-server:4.1.2743 '
8080 testImplementation ' junit:junit:4.12'
8181}
Original file line number Diff line number Diff line change 66
77 <groupId >com.ithit.webdav.samples</groupId >
88 <artifactId >deltav</artifactId >
9- <version >4.1.2742 </version >
9+ <version >4.1.2743 </version >
1010 <packaging >war</packaging >
1111
1212 <properties >
2424 <dependency >
2525 <groupId >com.ithit.webdav.integration</groupId >
2626 <artifactId >servlet-integration</artifactId >
27- <version >4.1.2742 </version >
27+ <version >4.1.2743 </version >
2828 </dependency >
2929 <dependency >
3030 <groupId >commons-dbcp</groupId >
126126 <dependency >
127127 <groupId >com.ithit.webdav</groupId >
128128 <artifactId >webdav-server</artifactId >
129- <version >4.1.2742 </version >
129+ <version >4.1.2743 </version >
130130 </dependency >
131131
132132 <dependency >
166166 <goal >copy-resources</goal >
167167 </goals >
168168 <configuration >
169- <outputDirectory >${project.build.directory} /deltav-4.1.2742 /META-INF</outputDirectory >
169+ <outputDirectory >${project.build.directory} /deltav-4.1.2743 /META-INF</outputDirectory >
170170 <overwrite >true</overwrite >
171171 <resources >
172172 <resource >
245245 <server >filesystem</server >
246246 <port >11021</port >
247247 <path >/</path >
248- <warSourceDirectory >target/deltav-4.1.2742 </warSourceDirectory >
248+ <warSourceDirectory >target/deltav-4.1.2743 </warSourceDirectory >
249249 </configuration >
250250 </plugin >
251251 <plugin >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 66
77 <groupId >com.ithit.webdav.samples</groupId >
88 <artifactId >filesystemstorage</artifactId >
9- <version >4.1.2742 </version >
9+ <version >4.1.2743 </version >
1010 <packaging >war</packaging >
1111
1212 <properties >
3434 <dependency >
3535 <groupId >com.ithit.webdav.integration</groupId >
3636 <artifactId >servlet-integration</artifactId >
37- <version >4.1.2742 </version >
37+ <version >4.1.2743 </version >
3838 </dependency >
3939 <dependency >
4040 <groupId >commons-io</groupId >
136136 <dependency >
137137 <groupId >com.ithit.webdav</groupId >
138138 <artifactId >webdav-server</artifactId >
139- <version >4.1.2742 </version >
139+ <version >4.1.2743 </version >
140140 </dependency >
141141 <dependency >
142142 <groupId >net.java.dev.jna</groupId >
222222 <server >filesystem</server >
223223 <port >11021</port >
224224 <path >/</path >
225- <warSourceDirectory >target/filesystemstorage-4.1.2742 </warSourceDirectory >
225+ <warSourceDirectory >target/filesystemstorage-4.1.2743 </warSourceDirectory >
226226 </configuration >
227227 </plugin >
228228 <plugin >
Original file line number Diff line number Diff line change 66
77 <groupId >com.ithit.webdav.samples</groupId >
88 <artifactId >oraclestorage</artifactId >
9- <version >4.1.2742 </version >
9+ <version >4.1.2743 </version >
1010 <packaging >war</packaging >
1111
1212 <properties >
2323 <dependency >
2424 <groupId >com.ithit.webdav.integration</groupId >
2525 <artifactId >servlet-integration</artifactId >
26- <version >4.1.2742 </version >
26+ <version >4.1.2743 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >commons-dbcp</groupId >
125125 <dependency >
126126 <groupId >com.ithit.webdav</groupId >
127127 <artifactId >webdav-server</artifactId >
128- <version >4.1.2742 </version >
128+ <version >4.1.2743 </version >
129129 </dependency >
130130
131131 <dependency >
165165 <goal >copy-resources</goal >
166166 </goals >
167167 <configuration >
168- <outputDirectory >${project.build.directory} /oraclestorage-4.1.2742 /META-INF</outputDirectory >
168+ <outputDirectory >${project.build.directory} /oraclestorage-4.1.2743 /META-INF</outputDirectory >
169169 <overwrite >true</overwrite >
170170 <resources >
171171 <resource >
244244 <server >filesystem</server >
245245 <port >11021</port >
246246 <path >/</path >
247- <warSourceDirectory >target/oraclestorage-4.1.2742 </warSourceDirectory >
247+ <warSourceDirectory >target/oraclestorage-4.1.2743 </warSourceDirectory >
248248 </configuration >
249249 </plugin >
250250 <plugin >
You can’t perform that action at this time.
0 commit comments