Skip to content

Commit

Permalink
added groovy dependecies - needed for scripted connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 23, 2015
1 parent 9b9b993 commit db7577b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gui/admin-gui/pom.xml
Expand Up @@ -260,6 +260,17 @@
<version>3.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy.modules.http-builder</groupId>
<artifactId>http-builder</artifactId>
<version>0.7</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-cache</artifactId>
Expand Down

0 comments on commit db7577b

Please sign in to comment.