Skip to content

Commit

Permalink
Fixed dependencies and TestUserTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Feb 15, 2017
1 parent 344092b commit 3e2101b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ public class TestUserTemplate extends AbstractInitializedModelIntegrationTest {

private static final String EMPLOYEE_TYPE_MAROONED = "marooned";

private static final int NUMBER_OF_ROLES = 18;
private static final int NUMBER_OF_ROLES = 19;

private static String jackEmployeeNumber;

Expand Down
4 changes: 4 additions & 0 deletions model/notifications-impl/pom.xml
Expand Up @@ -102,6 +102,10 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions repo/audit-api/pom.xml
Expand Up @@ -63,5 +63,13 @@
<artifactId>task-api</artifactId>
<version>3.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations-java5</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 3e2101b

Please sign in to comment.