<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jobrunr</groupId>
  <artifactId>jobrunr-spring-boot-3-starter</artifactId>
  <version>7.2.2</version>
  <name>JobRunr Spring Boot Native</name>
  <description>An easy way to perform background processing on the JVM. Backed by persistent storage. Open and free for commercial use.</description>
  <url>https://github.com/jobrunr/jobrunr</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License v3.0 or later</name>
      <url>https://github.com/jobrunr/jobrunr/blob/master/License.md#lgpl-v3-license</url>
    </license>
    <license>
      <name>Commercial License</name>
      <url>https://github.com/jobrunr/jobrunr/blob/master/License.md#commercial-license</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rdehuyss</id>
      <name>Ronald Dehuysser</name>
      <email>ronald.dehuysser@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/jobrunr/jobrunr.git</connection>
    <developerConnection>scm:git@github.com:jobrunr/jobrunr.git</developerConnection>
    <url>https://github.com/jobrunr/jobrunr.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jobrunr</groupId>
      <artifactId>jobrunr</artifactId>
      <version>7.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <version>3.3.0</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
