diff options
author | sheetalm <sheetal.mudholkar@amdocs.com> | 2017-12-13 15:25:05 +0530 |
---|---|---|
committer | sheetalm <sheetal.mudholkar@amdocs.com> | 2017-12-13 15:51:21 +0530 |
commit | 64ffbe2d6567b28b31f82c0dbf38379281722d7d (patch) | |
tree | 1832a2dd2b6dc159951038db1c089c7cc9296e47 /pom.xml | |
parent | 4b1c2aaab1c3200076138d8702bc324d78a69fa8 (diff) |
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 <sheetal.mudholkar@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -396,6 +396,20 @@ <module>onboarding</module> </modules> </profile> + + <profile> + <id>dev-integ</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <dependencies> + <dependency> + <groupId>org.togglz</groupId> + <artifactId>togglz-console</artifactId> + <version>${togglz.version}</version> + </dependency> + </dependencies> + </profile> </profiles> <repositories> |