<?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.jython</groupId>
  <artifactId>deploy-script-engine</artifactId>
  <version>26.1.0-beta.225</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.16</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <version>2.0.17</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>log4j-over-slf4j</artifactId>
      <version>2.0.17</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.digital.configuration.central.deploy</groupId>
      <artifactId>properties</artifactId>
      <version>26.1.0-beta.225</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.digital.deploy.cache</groupId>
      <artifactId>deploy-cache</artifactId>
      <version>26.1.0-beta.225</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>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>6.2.15</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-actuator</artifactId>
      <version>3.5.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.xebialabs.xl-platform</groupId>
      <artifactId>xl-script-engine</artifactId>
      <version>26.1.0-beta.225</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.python</groupId>
      <artifactId>jython-standalone</artifactId>
      <version>2.7.4-xebialabs-1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.5.25</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>deploy-script-engine</name>
</project>
