<?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>
  <parent>
    <groupId>com.minsait.onesait.bpo</groupId>
    <artifactId>piloto-reclamaciones-endesa-parent</artifactId>
    <version>1.2.0-RELEASE</version>
    <relativePath>../..</relativePath>
  </parent>
  <groupId>com.minsait.onesait.bpo</groupId>
  <artifactId>lib-claim-datamodel</artifactId>
  <version>1.2.0-RELEASE</version>
  <name>lib-claim-datamodel</name>
  <properties>
    <java.version>17</java.version>
    <license.dir>${project.parent.basedir}</license.dir>
    <maven.deploy.skip>false</maven.deploy.skip>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-data-jpa</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hibernate.orm</groupId>
      <artifactId>hibernate-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.postgresql</groupId>
      <artifactId>postgresql</artifactId>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>onesait platform releases</id>
      <url>https://nexus.onesaitplatform.com/nexus/content/repositories/releases/</url>
    </repository>
  </repositories>
</project>
