aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-14 16:39:21 -0700
committerPatrick Brady <pb071s@att.com>2018-08-14 16:39:26 -0700
commita3ef36003d2d368f25d2a0cff3f9ed550d38aac2 (patch)
tree28f8adc79871e24cf013fbdb79a8993ab56452ce /pom.xml
parentb384525def829de30e8f865d7785f05967eb36a0 (diff)
Undo change to fix parent build
The parent has build, now we can start building everything again. Change-Id: Ibbed5adc3074d70f12eb7a756eb034bb05cb188d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1045
Diffstat (limited to 'pom.xml')
-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>