aboutsummaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2019-08-05 16:31:51 -0400
committerBruno Sakoto <bruno.sakoto@bell.ca>2019-08-05 16:32:02 -0400
commit3a3086180abb951a2e0a919d4a38895b53ff332e (patch)
treee98f411183373dfe7c1bdfd695775f1323b2ee71 /integration/pom.xml
parent0f079d2fa0cc68c3a682e0e0f73511dd576066ba (diff)
Add maven dependency for snakeyaml v1.24
Make snakeyaml dependency version consistent thru all projects by providing it from integration parent artifact. Issue-ID: POLICY-1603 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: If09372f8242dbf7975fc152484cdce124854c48f
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index b04656f9..098b4b05 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -196,6 +196,13 @@
<version>1.3.8</version>
</dependency>
+ <!-- SnakeYAML -->
+ <dependency>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
+ <version>1.24</version>
+ </dependency>
+
<!-- Test dependencies -->
<!-- In memory Database Engine -->