Skip to content

Commit

Permalink
Add midpoint-localization as test dependency
Browse files Browse the repository at this point in the history
This is needed to determine midPoint version. Version is checked
on repository startup for non-H2, non-Hibernate-validated databases.
  • Loading branch information
mederly committed Sep 4, 2019
1 parent a4e8842 commit b35a5e4
Show file tree
Hide file tree
Showing 18 changed files with 109 additions and 1 deletion.
6 changes: 6 additions & 0 deletions model/model-impl/pom.xml
Expand Up @@ -375,6 +375,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-sql-impl-test</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions model/model-test/pom.xml
Expand Up @@ -248,6 +248,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.polygon</groupId>
<artifactId>connector-ldap</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions model/report-impl/pom.xml
Expand Up @@ -277,6 +277,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions provisioning/provisioning-impl/pom.xml
Expand Up @@ -166,6 +166,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>task-quartz-impl</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions provisioning/ucf-impl-builtin/pom.xml
Expand Up @@ -147,6 +147,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>task-quartz-impl</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions provisioning/ucf-impl-connid/pom.xml
Expand Up @@ -147,6 +147,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>task-quartz-impl</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions repo/audit-impl/pom.xml
Expand Up @@ -109,6 +109,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-test-util</artifactId>
Expand Down
8 changes: 7 additions & 1 deletion repo/repo-sql-impl-test/pom.xml
Expand Up @@ -74,7 +74,7 @@
<artifactId>repo-sql-impl</artifactId>
<version>4.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down Expand Up @@ -151,6 +151,12 @@
<artifactId>mssql-jdbc</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>common</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions repo/security-enforcer-impl/pom.xml
Expand Up @@ -137,6 +137,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>test-util</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions repo/security-impl/pom.xml
Expand Up @@ -125,6 +125,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.infra</groupId>
<artifactId>test-util</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions repo/task-quartz-impl/pom.xml
Expand Up @@ -167,6 +167,12 @@
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.tools</groupId>
<artifactId>test-ng</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions testing/conntest/pom.xml
Expand Up @@ -222,6 +222,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-sql-impl-test</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions testing/longtest/pom.xml
Expand Up @@ -219,6 +219,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-sql-impl-test</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions testing/rest/pom.xml
Expand Up @@ -197,6 +197,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-sql-impl-test</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions testing/samples-test/pom.xml
Expand Up @@ -214,6 +214,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-sql-impl-test</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions testing/sanity/pom.xml
Expand Up @@ -267,6 +267,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-sql-impl-test</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions testing/story/pom.xml
Expand Up @@ -278,6 +278,12 @@
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>security-enforcer-impl</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions tools/ninja/pom.xml
Expand Up @@ -142,6 +142,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>${midpoint.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-cache</artifactId>
Expand Down

0 comments on commit b35a5e4

Please sign in to comment.