<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.digital.deploy</groupId>
  <artifactId>permission-service-client</artifactId>
  <version>24.3.3</version>
  <organization>
    <name>Digital.ai</name>
  </organization>
  <licenses>
    <license>
      <name>EULA Artifacts XebiaLabs, Version 1.0</name>
      <url>https://dist.xebialabs.com/public/legal/eula-artifacts-v10.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.13.14</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.digital.deploy</groupId>
      <artifactId>permission-service-domain</artifactId>
      <version>24.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.digital.deploy</groupId>
      <artifactId>permission-service-rest-util</artifactId>
      <version>24.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.digital.deploy</groupId>
      <artifactId>permission-service-rest-api</artifactId>
      <version>24.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.xebialabs.deployit</groupId>
      <artifactId>appserver-core</artifactId>
      <version>24.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot</artifactId>
      <version>3.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>3.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-tx</artifactId>
      <version>6.1.14</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>6.1.14</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.data</groupId>
      <artifactId>spring-data-commons</artifactId>
      <version>3.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents.client5</groupId>
      <artifactId>httpclient5</artifactId>
      <version>5.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents.core5</groupId>
      <artifactId>httpcore5</artifactId>
      <version>5.2.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.clapper</groupId>
      <artifactId>grizzled-slf4j_2.13</artifactId>
      <version>1.3.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>permission-service-client</name>
</project>
