Skip to content

Commit

Permalink
Fixing test spring contexts and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 18, 2017
1 parent 4bf2dd4 commit 231f54f
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 0 deletions.
Expand Up @@ -40,6 +40,7 @@
<import resource="ctx-notifications.xml"/>
<import resource="classpath*:ctx-repository-test.xml"/>
<import resource="ctx-repo-cache.xml"/>
<import resource="ctx-repo-common.xml"/>
<import resource="ctx-configuration-test.xml"/>
<import resource="ctx-provisioning.xml"/>
<import resource="ctx-common.xml"/>
Expand Down
Expand Up @@ -41,6 +41,7 @@
<import resource="ctx-workflow.xml"/>
<import resource="classpath*:ctx-repository-test.xml"/>
<import resource="ctx-repo-cache.xml"/>
<import resource="ctx-repo-common.xml"/>
<import resource="ctx-configuration-test.xml"/>
<import resource="ctx-provisioning.xml"/>
<import resource="ctx-common.xml"/>
Expand Down
Expand Up @@ -45,6 +45,7 @@
<import resource="ctx-repo-cache.xml"/>
<import resource="ctx-configuration-test.xml"/>
<import resource="ctx-provisioning.xml"/>
<import resource="ctx-repo-common.xml"/>
<import resource="ctx-common.xml"/>
<import resource="ctx-security.xml"/>
<import resource="ctx-security-enforcer.xml"/>
Expand Down
Expand Up @@ -59,6 +59,7 @@
"classpath*:ctx-repository-test.xml",
"classpath:ctx-configuration-test.xml",
"classpath:ctx-common.xml",
"classpath:ctx-repo-common.xml",
"classpath:ctx-security.xml",
"classpath:ctx-security-enforcer.xml",
"classpath:ctx-audit.xml",
Expand Down
Expand Up @@ -39,6 +39,7 @@
<import resource="ctx-model-common.xml"/>
<import resource="classpath*:ctx-repository-test.xml"/>
<import resource="ctx-repo-cache.xml"/>
<import resource="ctx-repo-common.xml"/>
<import resource="ctx-configuration-test.xml"/>
<import resource="ctx-provisioning.xml"/>
<import resource="ctx-common.xml"/>
Expand Down
6 changes: 6 additions & 0 deletions samples/samples-test/pom.xml
Expand Up @@ -179,6 +179,12 @@
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>security-enforcer-impl</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-impl</artifactId>
Expand Down
Expand Up @@ -40,8 +40,10 @@
<import resource="ctx-provisioning.xml"/>
<import resource="ctx-samples-test.xml"/>
<import resource="ctx-task.xml"/>
<import resource="ctx-repo-common.xml"/>
<import resource="ctx-common.xml"/>
<import resource="ctx-audit.xml"/>
<import resource="ctx-security-enforcer.xml"/>
<import resource="ctx-security.xml"/>
<import resource="classpath*:ctx-repository-test.xml"/>
<import resource="ctx-repo-cache.xml"/>
Expand Down
6 changes: 6 additions & 0 deletions testing/consistency-mechanism/pom.xml
Expand Up @@ -141,6 +141,12 @@
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>security-enforcer-impl</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
Expand Down
Expand Up @@ -44,6 +44,8 @@
<import resource="ctx-audit.xml"/>
<import resource="ctx-common.xml"/>
<import resource="ctx-security.xml"/>
<import resource="ctx-security-enforcer.xml"/>
<import resource="ctx-repo-common.xml"/>
<import resource="classpath*:ctx-repository-test.xml"/>
<import resource="ctx-repo-cache.xml"/>
<import resource="ctx-configuration-test.xml"/>
Expand Down
6 changes: 6 additions & 0 deletions testing/sanity/pom.xml
Expand Up @@ -141,6 +141,12 @@
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>security-enforcer-impl</artifactId>
<version>3.7-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions testing/sanity/src/test/resources/ctx-sanity-test-main.xml
Expand Up @@ -38,11 +38,13 @@
<import resource="ctx-model-test.xml"/>
<import resource="ctx-model-common.xml"/>
<import resource="ctx-provisioning.xml"/>
<import resource="ctx-repo-common.xml"/>
<import resource="ctx-common.xml"/>
<import resource="ctx-sanity-test.xml"/>
<import resource="ctx-task.xml"/>
<import resource="ctx-audit.xml"/>
<import resource="ctx-security.xml"/>
<import resource="ctx-security-enforcer.xml"/>
<import resource="classpath*:ctx-repository-test.xml"/>
<import resource="ctx-repo-cache.xml"/>
<import resource="ctx-configuration-test.xml"/>
Expand Down

0 comments on commit 231f54f

Please sign in to comment.