Skip to content

Commit

Permalink
Ninja: Added support for sqale repository
Browse files Browse the repository at this point in the history
Ninja now supports sqale out of the box for use cases with midpoint.home.

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed Jul 30, 2021
1 parent cbc716c commit 6b6be13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/ninja/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
<version>${midpoint.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-sqale</artifactId>
<version>${midpoint.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
Expand Down

0 comments on commit 6b6be13

Please sign in to comment.