aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/pom.xml
diff options
context:
space:
mode:
authorsheetalm <sheetal.mudholkar@amdocs.com>2017-12-13 15:25:05 +0530
committersheetalm <sheetal.mudholkar@amdocs.com>2017-12-13 15:51:21 +0530
commit64ffbe2d6567b28b31f82c0dbf38379281722d7d (patch)
tree1832a2dd2b6dc159951038db1c089c7cc9296e47 /openecomp-be/pom.xml
parent4b1c2aaab1c3200076138d8702bc324d78a69fa8 (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 'openecomp-be/pom.xml')
-rw-r--r--openecomp-be/pom.xml12
1 files changed, 0 insertions, 12 deletions
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
@@ -42,18 +42,6 @@
<dependency>
<groupId>org.togglz</groupId>
- <artifactId>togglz-servlet</artifactId>
- <version>${togglz.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.togglz</groupId>
- <artifactId>togglz-console</artifactId>
- <version>${togglz.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.togglz</groupId>
<artifactId>togglz-testing</artifactId>
<version>${togglz.version}</version>
<scope>test</scope>