Keycloak
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"2xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">3<parent>4<artifactId>keycloak-parent</artifactId>5<groupId>org.keycloak</groupId>6<version>999.0.0-SNAPSHOT</version>7</parent>8<name>Keycloak Misc</name>9<description/>10<modelVersion>4.0.0</modelVersion>11
12<artifactId>keycloak-misc-parent</artifactId>13<packaging>pom</packaging>14<modules>15<module>spring-boot-starter</module>16<module>keycloak-test-helper</module>17</modules>18</project>19