Skip to content

Commit

Permalink
Fixed certification-impl dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 17, 2017
1 parent 2abd889 commit 690d71d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions model/certification-impl/pom.xml
Expand Up @@ -87,11 +87,6 @@
<artifactId>task-api</artifactId>
<version>3.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>notifications-api</artifactId>
<version>3.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>workflow-api</artifactId>
Expand Down Expand Up @@ -128,6 +123,12 @@
</dependency>

<!-- Test -->
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>notifications-api</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
Expand Down

0 comments on commit 690d71d

Please sign in to comment.