|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 |
|
4 | 5 | <modelVersion>4.0.0</modelVersion>
|
5 | 6 |
|
|
20 | 21 | <properties>
|
21 | 22 | <commonslang>2.6</commonslang>
|
22 | 23 | <elasticsearch>7.12.1</elasticsearch>
|
23 |
| - <log4j>2.16.0</log4j> |
| 24 | + <log4j>2.17.0</log4j> |
24 | 25 | <netty>4.1.52.Final</netty>
|
25 | 26 | <springdata.commons>2.5.8-SNAPSHOT</springdata.commons>
|
26 | 27 | <testcontainers>1.15.1</testcontainers>
|
|
284 | 285 | <scope>test</scope>
|
285 | 286 | </dependency>
|
286 | 287 |
|
287 |
| -<!-- |
288 |
| - <dependency> |
289 |
| - <groupId>org.apache.openwebbeans.test</groupId> |
290 |
| - <artifactId>cditest-owb</artifactId> |
291 |
| - <version>1.2.8</version> |
292 |
| - <scope>test</scope> |
293 |
| - <exclusions> |
294 |
| - <exclusion> |
295 |
| - <groupId>org.apache.geronimo.specs</groupId> |
296 |
| - <artifactId>geronimo-jcdi_1.0_spec</artifactId> |
297 |
| - </exclusion> |
298 |
| - <exclusion> |
299 |
| - <groupId>org.apache.geronimo.specs</groupId> |
300 |
| - <artifactId>geronimo-atinject_1.0_spec</artifactId> |
301 |
| - </exclusion> |
302 |
| - </exclusions> |
303 |
| - </dependency> |
304 |
| ---> |
| 288 | + <!-- |
| 289 | + <dependency> |
| 290 | + <groupId>org.apache.openwebbeans.test</groupId> |
| 291 | + <artifactId>cditest-owb</artifactId> |
| 292 | + <version>1.2.8</version> |
| 293 | + <scope>test</scope> |
| 294 | + <exclusions> |
| 295 | + <exclusion> |
| 296 | + <groupId>org.apache.geronimo.specs</groupId> |
| 297 | + <artifactId>geronimo-jcdi_1.0_spec</artifactId> |
| 298 | + </exclusion> |
| 299 | + <exclusion> |
| 300 | + <groupId>org.apache.geronimo.specs</groupId> |
| 301 | + <artifactId>geronimo-atinject_1.0_spec</artifactId> |
| 302 | + </exclusion> |
| 303 | + </exclusions> |
| 304 | + </dependency> |
| 305 | + --> |
305 | 306 |
|
306 | 307 | <dependency>
|
307 | 308 | <groupId>org.skyscreamer</groupId>
|
|
479 | 480 | </module>
|
480 | 481 | </checkstyleRules>
|
481 | 482 | <includes>**/*</includes>
|
482 |
| - <excludes>.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy</excludes> |
| 483 | + <excludes> |
| 484 | + .git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.policy |
| 485 | + </excludes> |
483 | 486 | <sourceDirectories>./</sourceDirectories>
|
484 | 487 | </configuration>
|
485 | 488 | </plugin>
|
|
0 commit comments