Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit 425aa50

Browse files
author
Matthias Karan
committed
Fix scope of dependency org.yaml
Add scope "test" to org.yaml-dependency as yaml is only used in a test class.
1 parent 431b6ad commit 425aa50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
<groupId>org.yaml</groupId>
219219
<artifactId>snakeyaml</artifactId>
220220
<version>1.12</version>
221+
<scope>test</scope>
221222
</dependency>
222223

223224
</dependencies>

0 commit comments

Comments
 (0)