19
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
20
xmlns="http://maven.apache.org/POM/4.0.0"
21
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
22
<modelVersion>4.0.0</modelVersion>
25
<artifactId>keycloak-quarkus-test-parent</artifactId>
26
<groupId>org.keycloak</groupId>
27
<version>999.0.0-SNAPSHOT</version>
28
<relativePath>../pom.xml</relativePath>
31
<name>Keycloak Quarkus Server JUnit 5 Internal Test Framework</name>
32
<artifactId>keycloak-junit5</artifactId>
33
<packaging>jar</packaging>
36
<kc.quarkus.tests.dist>raw</kc.quarkus.tests.dist>
37
<approvaltests.version>14.0.0</approvaltests.version>
38
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
39
<maven-resolver-util.version>1.9.10</maven-resolver-util.version>
44
<groupId>org.keycloak</groupId>
45
<artifactId>keycloak-quarkus-server</artifactId>
48
<groupId>org.keycloak</groupId>
49
<artifactId>keycloak-core</artifactId>
52
<groupId>org.keycloak</groupId>
53
<artifactId>keycloak-quarkus-dist</artifactId>
58
<groupId>junit</groupId>
59
<artifactId>junit</artifactId>
60
<version>${junit.version}</version>
61
<scope>compile</scope>
64
<groupId>io.quarkus</groupId>
65
<artifactId>quarkus-junit5-internal</artifactId>
68
<groupId>io.quarkus</groupId>
69
<artifactId>quarkus-junit5</artifactId>
72
<groupId>org.testcontainers</groupId>
73
<artifactId>junit-jupiter</artifactId>
76
<groupId>org.testcontainers</groupId>
77
<artifactId>postgresql</artifactId>
80
<groupId>org.testcontainers</groupId>
81
<artifactId>cockroachdb</artifactId>
84
<groupId>org.testcontainers</groupId>
85
<artifactId>mariadb</artifactId>
88
<groupId>org.testcontainers</groupId>
89
<artifactId>mysql</artifactId>
92
<groupId>org.testcontainers</groupId>
93
<artifactId>mssqlserver</artifactId>
98
<groupId>com.microsoft.sqlserver</groupId>
99
<artifactId>mssql-jdbc</artifactId>
102
<groupId>com.oracle.database.jdbc</groupId>
103
<artifactId>ojdbc11</artifactId>
106
<groupId>com.oracle.database.nls</groupId>
107
<artifactId>orai18n</artifactId>
111
<groupId>org.apache.maven.wagon</groupId>
112
<artifactId>wagon-http-shared</artifactId>
115
<groupId>org.apache.maven.resolver</groupId>
116
<artifactId>maven-resolver-util</artifactId>
117
<version>${maven-resolver-util.version}</version>