Skip to content

Commit

Permalink
GH-2192 include newer version of yaml 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 4d3c3c7 commit c36c541
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compliance/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
Expand Down

0 comments on commit c36c541

Please sign in to comment.