Skip to content

Commit 4a47d80

Browse files
authored
Update pom.xml
1 parent 665f78c commit 4a47d80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
<groupId>org.yaml</groupId>
2525
<artifactId>snakeyaml</artifactId>
2626
<version>1.26</version>
27+
<scope>provided</scope>
2728
</dependency>
2829
<dependency>
2930
<groupId>commons-lang</groupId>
3031
<artifactId>commons-lang</artifactId>
3132
<version>2.6</version>
33+
<scope>provided</scope>
3234
</dependency>
3335
</dependencies>
34-
</project>
36+
</project>

0 commit comments

Comments
 (0)