<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>ai.digital.deploy</groupId>
  <artifactId>deploy-permission-service</artifactId>
  <version>23.1.0-beta.10</version>
  <packaging>zip</packaging>
  <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.springframework.boot</groupId>
      <artifactId>spring-boot-dependencies</artifactId>
      <version>2.7.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.13.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ai.digital.deploy</groupId>
      <artifactId>permission-service-rest-api</artifactId>
      <version>23.1.0-beta.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ai.digital.deploy</groupId>
      <artifactId>permission-service-domain</artifactId>
      <version>23.1.0-beta.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.liquibase</groupId>
      <artifactId>liquibase-core</artifactId>
      <version>4.16.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ai.digital.deploy</groupId>
      <artifactId>permission-service-rest-util</artifactId>
      <version>23.1.0-beta.10</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
