aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c8d498190..ee2185d99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -650,7 +650,7 @@ limitations under the License.
</properties>
<!-- Core app-c from 1604 -->
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>appc-common</module>
@@ -676,7 +676,7 @@ limitations under the License.
<ssl.insecure>true</ssl.insecure>
</properties>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>appc-dispatcher</module>