Skip to content

Commit

Permalink
[elastic_7_17] fix log4j conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
NPi2Loup committed Nov 9, 2023
1 parent e6e94d6 commit 3f5739d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vertigo-datafactory-plugin-elasticsearch_7_17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -96,6 +100,12 @@
<artifactId>x-pack-transport</artifactId>
<version>7.17.14</version>
<optional>true</optional> <!-- SecuredTransportSearchConnector -->
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codelibs.elasticsearch.module</groupId>
Expand Down

0 comments on commit 3f5739d

Please sign in to comment.