<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.tngtech.keycloakmock</groupId>
  <artifactId>mock-junit5</artifactId>
  <version>0.11.0</version>
  <name>com.tngtech.keycloakmock:mock-junit5</name>
  <description>JUnit5 helper for keycloak-mock</description>
  <url>https://github.com/TNG/keycloak-mock</url>
  <organization>
    <name>TNG Technology Consulting GmbH</name>
    <url>https://www.tngtech.com</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ostrya</id>
      <name>Kai Helbig</name>
      <email>kai.helbig@tngtech.com</email>
    </developer>
    <developer>
      <id>ripssi</id>
      <name>Simon Rips</name>
      <email>simon.rips@tngtech.com</email>
    </developer>
    <developer>
      <id>christian-ertl</id>
      <name>Christian Ertl</name>
      <email>christian.ertl@tngtech.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/TNG/keycloak-mock</connection>
    <developerConnection>scm:git:ssh://github.com/TNG/keycloak-mock</developerConnection>
    <url>https://github.com/TNG/keycloak-mock</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.tngtech.keycloakmock</groupId>
      <artifactId>mock</artifactId>
      <version>0.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.8.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-migrationsupport</artifactId>
      <version>5.8.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
