Skip to content

Commit

Permalink
fixing repo-ninja (added security component dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 20, 2014
1 parent b1bf90a commit d0d961f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/repo-ninja/pom.xml
Expand Up @@ -37,6 +37,11 @@
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>security-impl</artifactId>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
Expand Down

0 comments on commit d0d961f

Please sign in to comment.