Skip to content

Commit

Permalink
[FLINK-15868] Pin snakeyaml dependency in flink-connector-elasticsear…
Browse files Browse the repository at this point in the history
…ch5 to 1.25

This closes #11006.
  • Loading branch information
tillrohrmann committed Feb 5, 2020
1 parent 652e979 commit cf126ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions flink-connectors/flink-connector-elasticsearch5/pom.xml
Expand Up @@ -40,6 +40,17 @@ under the License.
<elasticsearch.version>5.1.2</elasticsearch.version>
</properties>

<dependencyManagement>
<dependencies>
<!-- Bump version to 1.25 to make it work with Jackson dependencies (2.10.1) -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>

<!-- core dependencies -->
Expand Down

0 comments on commit cf126ff

Please sign in to comment.