We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ceb73 commit 0738fd1Copy full SHA for 0738fd1
athena-elasticsearch/pom.xml
@@ -80,6 +80,18 @@
80
<groupId>org.elasticsearch.client</groupId>
81
<artifactId>elasticsearch-rest-high-level-client</artifactId>
82
<version>7.10.2</version>
83
+ <exclusions>
84
+ <exclusion>
85
+ <groupId>org.yaml</groupId>
86
+ <artifactId>snakeyaml</artifactId>
87
+ </exclusion>
88
+ </exclusions>
89
+ </dependency>
90
+ <dependency>
91
92
93
+ <version>2.0</version>
94
+ <!-- Override to address CVE vulnerabilities in snakeyaml 1.26 from elasticsearch dependency -->
95
</dependency>
96
<!-- https://mvnrepository.com/artifact/software.amazon.awssdk/elasticsearch -->
97
<dependency>
0 commit comments