From: sheetalm Date: Wed, 13 Dec 2017 09:55:05 +0000 (+0530) Subject: Rearranging togglez to avoid dependency issues X-Git-Tag: v1.2.0~658 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F26205%2F1;p=sdc.git Rearranging togglez to avoid dependency issues Added new profile "dev-integ" which will allow togglez-console dependency to be added. When built with default profile togglez-console will be excluded Change-Id: I8a918fe1ad56620d4215acb70dc126b0bc986802 Issue-ID: SDC-343 Signed-off-by: sheetalm --- diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index af604f30ce..84c4eb408a 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -141,6 +141,11 @@ aspectjtools ${aspectj.version} + + org.togglz + togglz-servlet + ${togglz.version} + diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml index 3934f411fd..02da3b9e46 100644 --- a/openecomp-be/pom.xml +++ b/openecomp-be/pom.xml @@ -40,18 +40,6 @@ ${togglz.version} - - org.togglz - togglz-servlet - ${togglz.version} - - - - org.togglz - togglz-console - ${togglz.version} - - org.togglz togglz-testing diff --git a/pom.xml b/pom.xml index bd7bb2a457..25d58ca061 100644 --- a/pom.xml +++ b/pom.xml @@ -396,6 +396,20 @@ onboarding + + + dev-integ + + false + + + + org.togglz + togglz-console + ${togglz.version} + + +