<?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>com.solace.spring.boot</groupId>
  <artifactId>solace-jms-spring-boot-autoconfigure</artifactId>
  <version>5.2.0</version>
  <name>Solace Spring Boot Autoconfiguration - JMS</name>
  <description>Autoconfiguration for JMS messaging using Solace</description>
  <url>https://github.com/SolaceProducts/solace-spring-boot/tree/2.2.0/solace-spring-boot-autoconfigure/solace-jms-spring-boot-autoconfigure</url>
  <organization>
    <name>Solace</name>
    <url>https://www.solace.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://github.com/SolaceProducts/solace-spring-boot/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Support for Solace</name>
      <email>support@solace.com</email>
      <organization>Solace</organization>
      <organizationUrl>http://solace.community</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SolaceProducts/solace-spring-boot.git/solace-spring-boot-parent/solace-jms-spring-boot-autoconfigure</connection>
    <developerConnection>scm:git:git@github.com:SolaceProducts/solace-spring-boot.git/solace-spring-boot-parent/solace-jms-spring-boot-autoconfigure</developerConnection>
    <tag>2.2.0</tag>
    <url>https://github.com/SolaceProducts/solace-spring-boot.git/solace-spring-boot-parent/solace-jms-spring-boot-autoconfigure</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>3.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-logging</artifactId>
      <version>3.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-jms</artifactId>
      <version>6.1.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>3.3.3</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.solacesystems</groupId>
      <artifactId>sol-jms-jakarta</artifactId>
      <version>10.24.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
