Skip to content

Commit

Permalink
GH-2192 indirectly exclude old snakeyaml dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Hanssens <[email protected]>
  • Loading branch information
barthanssens committed Jul 2, 2020
1 parent 6ecdc71 commit ef0a422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compliance/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind-yaml</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit ef0a422

Please sign in to comment.