Enabling html-json module in the parent again
diff --git a/incubator/html-json/pom.xml b/incubator/html-json/pom.xml
index 1b49507..1ae64ca 100644
--- a/incubator/html-json/pom.xml
+++ b/incubator/html-json/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.glassfish.jersey.incubator</groupId>
         <artifactId>project</artifactId>
-        <version>2.27-SNAPSHOT</version>
+        <version>2.28-SNAPSHOT</version>
     </parent>
 
     <groupId>org.glassfish.jersey.media</groupId>
diff --git a/incubator/pom.xml b/incubator/pom.xml
index 484edcb..018270a 100644
--- a/incubator/pom.xml
+++ b/incubator/pom.xml
@@ -38,7 +38,7 @@
     <modules>
         <module>declarative-linking</module>
         <module>gae-integration</module>
-        <!--<module>html-json</module>-->
+        <module>html-json</module>
         <module>kryo</module>
         <module>open-tracing</module>
     </modules>