aboutsummaryrefslogtreecommitdiffstats
path: root/utils/pom.xml
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2020-01-27 06:45:07 -0600
committerjhh <jorge.hernandez-herrero@att.com>2020-01-27 09:07:01 -0600
commit2ce955e7c3c53b16596a18b0f5f68f2b491d1de6 (patch)
tree543b5d95cd1c1cf42029cda2dbfd283559952f9f /utils/pom.xml
parentddf0410c7ad3721c2169dfb6c06234b680766c8a (diff)
Schema validation extension to StandardCoder
Issue-ID: POLICY-2331 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ic3e8d21715d17a61ea5d07740dd9f4dd0dbb8641 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'utils/pom.xml')
-rw-r--r--utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index ef059147..98afe39c 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -79,6 +79,11 @@
<artifactId>javax.persistence</artifactId>
</dependency>
<dependency>
+ <groupId>com.worldturner.medeia</groupId>
+ <artifactId>medeia-validator-gson</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>