diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2019-08-05 16:31:51 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2019-08-05 16:32:02 -0400 |
commit | 3a3086180abb951a2e0a919d4a38895b53ff332e (patch) | |
tree | e98f411183373dfe7c1bdfd695775f1323b2ee71 /integration | |
parent | 0f079d2fa0cc68c3a682e0e0f73511dd576066ba (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')
-rw-r--r-- | integration/pom.xml | 7 |
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 --> |