<?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.stuartbeard.iorek</groupId>
  <artifactId>iorek-constraints</artifactId>
  <version>1.0.4</version>
  <name>Iorek</name>
  <description>Set of Spring Boot Libraries for checking public (or private) breached credential data to determine if a password is appropriately secure for usage</description>
  <url>https://github.com/sebeard/iorek/</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://mit-license.org</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>sebeard</id>
      <name>Stuart Beard</name>
      <email>stuart@stuartbeard.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://git@github.com:sebeard/iorek.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:sebeard/iorek.git</developerConnection>
    <url>https://github.com/sebeard/iorek/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.stuartbeard.iorek</groupId>
      <artifactId>iorek-pwned-passwords</artifactId>
      <version>1.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.stuartbeard.iorek</groupId>
      <artifactId>iorek-service</artifactId>
      <version>1.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jul-to-slf4j</artifactId>
      <version>1.7.36</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>5.3.18</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>5.3.18</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot</artifactId>
      <version>2.6.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>2.6.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>javax.validation</groupId>
      <artifactId>validation-api</artifactId>
      <version>2.0.1.Final</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.hibernate.javax.persistence</groupId>
      <artifactId>hibernate-jpa-2.1-api</artifactId>
      <version>1.0.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
