<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>org.yakworks</groupId>
  <artifactId>boot-security-gorm</artifactId>
  <version>7.3.71</version>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.apache.logging.log4j</groupId>
        <artifactId>log4j-core</artifactId>
        <version>[2.17, 3)</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.yakworks</groupId>
      <artifactId>boot-security</artifactId>
      <version>7.3.71</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.annotation</groupId>
      <artifactId>jakarta.annotation-api</artifactId>
      <version>2.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-datastore-gorm-hibernate5</artifactId>
      <version>7.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails.plugins</groupId>
      <artifactId>hibernate5</artifactId>
      <version>7.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-core</artifactId>
      <version>5.6.12.Final</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-core</artifactId>
      <version>5.3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.grails</groupId>
      <artifactId>grails-bootstrap</artifactId>
      <version>5.3.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>boot-security-gorm</name>
  <url>https://github.com/yakworks/gorm-tools</url>
  <description>gorm-tools security and domain models</description>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://github.com/yakworks/gorm-tools/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/yakworks/gorm-tools.git</url>
  </scm>
  <issueManagement>
    <url>https://github.com/yakworks/gorm-tools/issues</url>
    <system>GitHub issues</system>
  </issueManagement>
  <developers>
    <developer>
      <id>basejump</id>
      <name> Joshua Burnett</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/basejump</url>
    </developer>
    <developer>
      <id>snimavat</id>
      <name> Sudhir Nimavat</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/snimavat</url>
    </developer>
    <developer>
      <id>alexeyzvegintcev</id>
      <name> Alexey</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/alexeyzvegintcev</url>
    </developer>
  </developers>
</project>
