Stop Elasticsearch REST client from pulling in commons-logging

See gh-14004
pull/14030/merge
Filip Procházka 6 years ago committed by Andy Wilkinson
parent 48f3e95791
commit 7c43c89e11

@ -1806,6 +1806,16 @@
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>${elasticsearch.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>

Loading…
Cancel
Save