diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-14 16:39:21 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-14 16:39:26 -0700 |
commit | a3ef36003d2d368f25d2a0cff3f9ed550d38aac2 (patch) | |
tree | 28f8adc79871e24cf013fbdb79a8993ab56452ce | |
parent | b384525def829de30e8f865d7785f05967eb36a0 (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
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |