diff options
Diffstat (limited to 'asdc-tests/pom.xml')
-rw-r--r-- | asdc-tests/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/asdc-tests/pom.xml b/asdc-tests/pom.xml index 07439ed904..8ad4db889a 100644 --- a/asdc-tests/pom.xml +++ b/asdc-tests/pom.xml @@ -169,8 +169,11 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> + <version>1.14</version> <scope>compile</scope> </dependency> + + <!-- http client --> <dependency> |