Revert "remove logback 1.1.2 security issue"
[appc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c8d4981..15bdd07 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -634,7 +634,6 @@ limitations under the License.
     <!-- ================================================================================== -->
     <modules>
         <module>appc-parent</module>
-        <module>appc-common</module>
         <module>appc-core</module>
     </modules>
     <!-- Adding profiles for testing -->
@@ -650,10 +649,9 @@ limitations under the License.
             </properties>
             <!-- Core app-c from 1604 -->
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>appc-common</module>
                 <module>appc-adapters</module>
                 <module>appc-provider</module>
                 <module>appc-event-listener</module>
@@ -676,7 +674,7 @@ limitations under the License.
                 <ssl.insecure>true</ssl.insecure>
             </properties>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
                 <module>appc-dispatcher</module>