Skip to content

Commit

Permalink
repo-sql-impl-test/pom.xml: deps regrouping, minor scope changes
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 23, 2020
1 parent 8a4b2bc commit c4f6f8e
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions repo/repo-sql-impl-test/pom.xml
Expand Up @@ -43,6 +43,12 @@
<artifactId>schema</artifactId>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>common</artifactId>
<version>4.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-api</artifactId>
Expand Down Expand Up @@ -80,7 +86,10 @@
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>test-util</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -145,12 +154,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>common</artifactId>
<version>4.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>system-init</artifactId>
Expand Down Expand Up @@ -194,11 +197,6 @@
<artifactId>spring-aop</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>test-util</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c4f6f8e

Please sign in to comment.