<?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>
  <parent>
    <groupId>com.solace.spring.boot</groupId>
    <artifactId>solace-jms-spring-boot-parent</artifactId>
    <version>3.2.1</version>
  </parent>
  <groupId>com.solace.spring.boot</groupId>
  <artifactId>solace-jms-spring-boot-autoconfigure</artifactId>
  <version>3.2.1</version>
  <name>Spring Boot AutoConfiguration :: Solace JMS AutoConfiguration</name>
  <description>AutoConfiguration for JMS messaging using Solace</description>
  <url>https://github.com/SolaceProducts/solace-jms-spring-boot</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>support</name>
      <email>support@solace.com</email>
      <organization>Solace</organization>
      <organizationUrl>http://dev.solace.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SolaceProducts/solace-jms-spring-boot.git/solace-jms-spring-boot-autoconfigure</connection>
    <developerConnection>scm:git:git@github.com:SolaceProducts/solace-jms-spring-boot.git/solace-jms-spring-boot-autoconfigure</developerConnection>
    <tag>3.2.1</tag>
    <url>https://github.com/SolaceProducts/solace-jms-spring-boot.git/solace-jms-spring-boot-autoconfigure</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>2.2.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-logging</artifactId>
      <version>2.2.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-jms</artifactId>
      <version>5.2.0.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.solace.cloud.core</groupId>
      <artifactId>solace-services-info</artifactId>
      <version>0.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.solacesystems</groupId>
      <artifactId>sol-jms</artifactId>
      <version>10.6.3</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>2.2.0.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-connectors-core</artifactId>
      <version>2.0.6.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.solace.cloud.cloudfoundry</groupId>
      <artifactId>solace-spring-cloud-connector</artifactId>
      <version>4.1.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
