|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 5 | <modelVersion>4.0.0</modelVersion> |
4 | 6 |
|
5 | 7 | <groupId>com.ithit.webdav.samples</groupId> |
6 | 8 | <artifactId>deltav</artifactId> |
7 | | - <version>4.1.2760</version> |
| 9 | + <version>4.1.2715</version> |
8 | 10 | <packaging>war</packaging> |
9 | 11 |
|
10 | 12 | <properties> |
11 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
12 | | - <frontend-maven-plugin.version>1.6</frontend-maven-plugin.version> |
13 | 14 | </properties> |
14 | 15 |
|
15 | 16 | <dependencies> |
|
22 | 23 | <dependency> |
23 | 24 | <groupId>com.ithit.webdav.integration</groupId> |
24 | 25 | <artifactId>servlet-integration</artifactId> |
25 | | - <version>4.1.2762</version> |
| 26 | + <version>4.1.2715</version> |
26 | 27 | </dependency> |
27 | 28 | <dependency> |
28 | 29 | <groupId>commons-dbcp</groupId> |
29 | 30 | <artifactId>commons-dbcp</artifactId> |
30 | | - <version>1.4</version> |
| 31 | + <version>1.2.2</version> |
31 | 32 | <scope>runtime</scope> |
32 | 33 | </dependency> |
33 | 34 | <dependency> |
|
45 | 46 | <dependency> |
46 | 47 | <groupId>org.apache.lucene</groupId> |
47 | 48 | <artifactId>lucene-core</artifactId> |
48 | | - <version>7.6.0</version> |
| 49 | + <version>7.5.0</version> |
49 | 50 | </dependency> |
50 | 51 | <dependency> |
51 | 52 | <groupId>org.apache.lucene</groupId> |
52 | 53 | <artifactId>lucene-queryparser</artifactId> |
53 | | - <version>7.6.0</version> |
| 54 | + <version>7.5.0</version> |
54 | 55 | </dependency> |
55 | 56 | <dependency> |
56 | 57 | <groupId>org.apache.lucene</groupId> |
57 | 58 | <artifactId>lucene-highlighter</artifactId> |
58 | | - <version>7.6.0</version> |
| 59 | + <version>7.5.0</version> |
59 | 60 | </dependency> |
60 | 61 | <dependency> |
61 | 62 | <groupId>org.apache.tika</groupId> |
|
124 | 125 | <dependency> |
125 | 126 | <groupId>com.ithit.webdav</groupId> |
126 | 127 | <artifactId>webdav-server</artifactId> |
127 | | - <version>4.1.2762</version> |
| 128 | + <version>4.1.2715</version> |
128 | 129 | </dependency> |
129 | 130 |
|
130 | 131 | <dependency> |
|
164 | 165 | <goal>copy-resources</goal> |
165 | 166 | </goals> |
166 | 167 | <configuration> |
167 | | - <outputDirectory>${project.build.directory}/deltav-4.1.2762/META-INF</outputDirectory> |
| 168 | + <outputDirectory>${project.build.directory}/deltav-4.1.2715/META-INF</outputDirectory> |
168 | 169 | <overwrite>true</overwrite> |
169 | 170 | <resources> |
170 | 171 | <resource> |
|
192 | 193 | </goals> |
193 | 194 | <configuration> |
194 | 195 | <target> |
195 | | - <input message="Please enter the test database url ofr jdbc connection: " addproperty="db.url" defaultvalue="jdbc:oracle:thin:@localhost:1521:XE" /> |
196 | | - <input message="Please enter the test database login: " addproperty="db.login" defaultvalue="system" /> |
197 | | - <input message="Please enter the test database login: " addproperty="db.password" /> |
| 196 | + <input |
| 197 | + message="Please enter the test database url ofr jdbc connection: " |
| 198 | + addproperty="db.url" defaultvalue="jdbc:oracle:thin:@localhost:1521:XE"/> |
| 199 | + <input |
| 200 | + message="Please enter the test database login: " |
| 201 | + addproperty="db.login" defaultvalue="system"/> |
| 202 | + <input |
| 203 | + message="Please enter the test database login: " |
| 204 | + addproperty="db.password" /> |
198 | 205 | </target> |
199 | 206 | <exportAntProperties>true</exportAntProperties> |
200 | 207 | </configuration> |
|
208 | 215 | <configuration> |
209 | 216 | <target> |
210 | 217 | <exec executable="start" vmlauncher="false"> |
211 | | - <arg line="http://localhost:11021/" /> |
| 218 | + <arg line="http://localhost:11021/"/> |
212 | 219 | </exec> |
213 | 220 | </target> |
214 | 221 | </configuration> |
|
222 | 229 | <configuration> |
223 | 230 | <target> |
224 | 231 | <exec executable="xdg-open"> |
225 | | - <arg line="http://localhost:11021/" /> |
| 232 | + <arg line="http://localhost:11021/"/> |
226 | 233 | </exec> |
227 | 234 | </target> |
228 | 235 | </configuration> |
|
237 | 244 | <server>filesystem</server> |
238 | 245 | <port>11021</port> |
239 | 246 | <path>/</path> |
240 | | - <warSourceDirectory>target/deltav-4.1.2762</warSourceDirectory> |
| 247 | + <warSourceDirectory>target/deltav-4.1.2715</warSourceDirectory> |
241 | 248 | </configuration> |
242 | 249 | </plugin> |
243 | 250 | <plugin> |
|
268 | 275 | <plugin> |
269 | 276 | <groupId>com.github.eirslett</groupId> |
270 | 277 | <artifactId>frontend-maven-plugin</artifactId> |
271 | | - <version>${frontend-maven-plugin.version}</version> |
| 278 | + <version>1.6</version> |
272 | 279 | <executions> |
273 | 280 | <execution> |
274 | 281 | <id>install node and npm</id> |
|
293 | 300 | </configuration> |
294 | 301 | </execution> |
295 | 302 | </executions> |
| 303 | + <configuration> |
| 304 | + <escapeString>\</escapeString> |
| 305 | + </configuration> |
296 | 306 | </plugin> |
297 | 307 | </plugins> |
298 | 308 | </build> |
|
0 commit comments