Skip to content

Commit

Permalink
Added snakeyaml as a test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland authored and alexandru-slobodcicov committed Feb 15, 2021
1 parent b3f8fdb commit d8f7eba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<version>${liquibase.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.27</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</artifactId>
Expand Down

0 comments on commit d8f7eba

Please sign in to comment.