<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>community.solace.spring.boot</groupId>
  <artifactId>spring-boot-starter-solace-client-config</artifactId>
  <version>3.0.2</version>
  <name>spring-boot-starter-solace-client-config</name>
  <description>Provides functionality to define solace client certificate PEM text and private key directly in env
        variables or yaml files
        instead of using jks files.</description>
  <url>https://spring.io/projects/spring-boot/spring-boot-starter-solace-client-config</url>
  <organization>
    <name>Solace Community</name>
    <url>https://solace.community</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/solacecommunity/spring-boot-starter-solace-client-config/blob/main/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Solace Community</name>
      <email>community-github@solace.com</email>
      <organization>Solace Community</organization>
      <organizationUrl>https://solace.community</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/solacecommunity/spring-cloud-stream-request-reply.git</connection>
    <developerConnection>scm:git:git@github.com/solacecommunity/spring-cloud-stream-request-reply.git</developerConnection>
    <url>https://github.com/solacecommunity/spring-cloud-stream-request-reply.git</url>
  </scm>
  <issueManagement />
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <version>4.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>4.0.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.solacesystems</groupId>
      <artifactId>sol-jcsmp</artifactId>
      <version>10.29.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-oauth2-client</artifactId>
      <version>4.0.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>4.0.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
