<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2010 - 2025 Red Hat, Inc.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" basis,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<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.hibernate.tool</groupId>
  <artifactId>hibernate-tools-language</artifactId>
  <version>7.1.12.Final</version>
  <name>Hibernate Tools Natural Language</name>
  <description>Tools to aid Hibernate developers through natural language,
        leveraging LLMs and generative AI functionalities.</description>
  <url>http://hibernate.org/tools/</url>
  <licenses>
    <license>
      <name>Apache License, version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>maxandersen</id>
      <name>Max Andersen</name>
      <email>max@hibernate.org</email>
      <url>http://in.relation.to/Bloggers/Max</url>
    </developer>
    <developer>
      <id>koentsje</id>
      <name>Koen Aers</name>
      <email>koen@hibernate.org</email>
      <url>http://koentsje.blogspot.be</url>
    </developer>
    <developer>
      <id>stadler</id>
      <name>Jacques Stadler</name>
      <email>jacques.stadler+github@gmail.com</email>
    </developer>
    <developer>
      <id>marko.bekhta</id>
      <name>Marko Bekhta</name>
      <email>marko@hibernate.org</email>
      <url>http://in.relation.to/marko-bekhta/</url>
    </developer>
  </developers>
  <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
    <connection>scm:git:git://github.com/hibernate/hibernate-tools.git</connection>
    <developerConnection>scm:git:git@github.com:hibernate/hibernate-tools.git</developerConnection>
    <url>http://github.com/hibernate/hibernate-tools</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.hibernate.orm</groupId>
      <artifactId>hibernate-core</artifactId>
      <version>7.1.12.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.19.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
