#354 added usergroup for version of feature toggle

This commit is contained in:
Joseph McCarthy
2016-01-26 18:41:08 +00:00
parent 0b834128b9
commit 72733acfc6
4 changed files with 89 additions and 0 deletions

View File

@ -13,4 +13,12 @@
<artifactId>feature-toggle</artifactId>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>