| | |
| | | <?xml version="1.0" encoding="UTF-8"?>
|
| | | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| | | <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">
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | | <groupId>com.yeshi</groupId>
|
| | |
| | | <artifactId>log4j</artifactId>
|
| | | <version>1.2.17</version>
|
| | | </dependency>
|
| | | |
| | |
|
| | | <!-- https://mvnrepository.com/artifact/javax.mail/mail -->
|
| | | <dependency>
|
| | |
| | | <version>2.1.0</version>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>org.elasticsearch.client</groupId>
|
| | | <artifactId>transport</artifactId>
|
| | | <version>7.5.1</version>
|
| | | </dependency>
|
| | | |
| | | <dependency>
|
| | | <groupId>org.elasticsearch.client</groupId> |
| | | <artifactId >elasticsearch-rest-high-level-client</artifactId> |
| | | <version>7.5.1</version>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>org.apache.logging.log4j</groupId>
|
| | | <artifactId>log4j-api</artifactId>
|
| | | <version>2.11.2</version>
|
| | | <scope>compile</scope>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>de.dentrassi.elasticsearch</groupId>
|
| | | <artifactId>log4j2-mock</artifactId>
|
| | | <version>0.0.1</version>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|
| | |
|
| | | <build>
|