changeset 22:0a4ed473faab

Add common YAML utilities This patch adds YAML reading and writing utilities to the base common packages. The intent is we'll be able to compare (at build time) our Swagger API definitions to our Java models (or even build them), or convert the YAML to Java schema for use with the schema validation utilities. Reviewed-by: sgehwolf, neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/024988.html
author stooke@redhat.com
date Fri, 15 Sep 2017 10:49:48 -0400
parents 745245d33789
children ab2706b9b1e3
files common/pom.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/common/pom.xml	Fri Sep 15 10:00:51 2017 -0400
+++ b/common/pom.xml	Fri Sep 15 10:49:48 2017 -0400
@@ -52,6 +52,7 @@
 
     <modules>
         <module>type-system</module>
+        <module>json</module>
     </modules>
 </project>