<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.sdase.commons</groupId>
  <artifactId>sda-commons-server-auth-testing</artifactId>
  <version>2.64.1</version>
  <name>org.sdase.commons:sda-commons-server-auth-testing</name>
  <description>A libraries to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE</description>
  <url>https://github.com/SDA-SE/sda-dropwizard-commons</url>
  <organization>
    <name>SDA SE Open Industry Solutions</name>
    <url>https://sda.se</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://raw.githubusercontent.com/SDA-SE/sda-dropwizard-commons/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>maintainer</id>
      <name>SDA SE Open Industry Solutions Maintainer</name>
      <email>sda-dropwizard-commons@sda.se</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/SDA-SE/sda-dropwizard-commons.git</connection>
    <developerConnection>scm:git:https://github.com/SDA-SE/sda-dropwizard-commons.git</developerConnection>
    <url>https://github.com/SDA-SE/sda-dropwizard-commons</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/SDA-SE/sda-dropwizard-commons/issues</url>
  </issueManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.sdase.commons</groupId>
        <artifactId>sda-commons-dependencies</artifactId>
        <version>2.64.1</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.sdase.commons</groupId>
      <artifactId>sda-commons-server-dropwizard</artifactId>
      <version>2.64.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>javax.servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jakarta.inject</artifactId>
          <groupId>org.glassfish.hk2.external</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.sdase.commons</groupId>
      <artifactId>sda-commons-server-testing</artifactId>
      <version>2.64.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>javax.servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jakarta.inject</artifactId>
          <groupId>org.glassfish.hk2.external</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.sdase.commons</groupId>
      <artifactId>sda-commons-server-auth</artifactId>
      <version>2.64.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>javax.servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jakarta.inject</artifactId>
          <groupId>org.glassfish.hk2.external</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.auth0</groupId>
      <artifactId>java-jwt</artifactId>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>javax.servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jakarta.inject</artifactId>
          <groupId>org.glassfish.hk2.external</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.sdase.commons</groupId>
      <artifactId>sda-commons-client-jersey-wiremock-testing</artifactId>
      <version>2.64.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>javax.servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jakarta.inject</artifactId>
          <groupId>org.glassfish.hk2.external</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>javax.servlet-api</artifactId>
          <groupId>javax.servlet</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jakarta.inject</artifactId>
          <groupId>org.glassfish.hk2.external</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
