diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2022-07-22 10:29:00 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2022-07-22 10:29:05 +0100 |
commit | 98fa7107c5d81bf2ec9623a77f4ba2ce1358e525 (patch) | |
tree | aa70fc99b1697ab4ba058baacad26f604be64b7e | |
parent | a2612c464e863e041ab08cc1d7916a86715a14dd (diff) |
Adding medeia-validator-gson dependency to parent
Change-Id: I567218f6e71866e494678db427d6e76fbc41ba23
Issue-ID: POLICY-4291
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
-rw-r--r-- | integration/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 1c19ff19..edc412e6 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -389,6 +389,11 @@ <artifactId>json</artifactId> <version>20201115</version> </dependency> + <dependency> + <groupId>com.worldturner.medeia</groupId> + <artifactId>medeia-validator-gson</artifactId> + <version>1.1.1</version> + </dependency> <!-- Lombok --> <dependency> |