summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bd7bb2a457..25d58ca061 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>