Fix to build parent poms 35/60635/1
authorPatrick Brady <pb071s@att.com>
Tue, 14 Aug 2018 23:25:50 +0000 (16:25 -0700)
committerPatrick Brady <pb071s@att.com>
Tue, 14 Aug 2018 23:25:53 +0000 (16:25 -0700)
Change-Id: I93a740112277d3896c2d7cacf793980faea886a1
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1045

pom.xml

diff --git a/pom.xml b/pom.xml
index ee2185d..c8d4981 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -650,7 +650,7 @@ limitations under the License.
             </properties>
             <!-- Core app-c from 1604 -->
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <modules>
                 <module>appc-common</module>
@@ -676,7 +676,7 @@ limitations under the License.
                 <ssl.insecure>true</ssl.insecure>
             </properties>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <modules>
                 <module>appc-dispatcher</module>