<?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.cloud</groupId>
    <artifactId>spring-cloud-stream-binder-solace-parent</artifactId>
    <version>1.2.1</version>
  </parent>
  <groupId>com.solace.spring.cloud</groupId>
  <artifactId>spring-cloud-stream-binder-solace</artifactId>
  <version>1.2.1</version>
  <name>Solace Spring Cloud Stream Binder</name>
  <description>A Spring Cloud Stream Binder implementation using the Solace Java API (JCSMP)</description>
  <url>https://github.com/SolaceProducts/spring-cloud-stream-binder-solace</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>Jeffrey Douangpaseuth</name>
      <email>info@solace.com</email>
      <organization>Solace</organization>
      <organizationUrl>http://dev.solace.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SolaceProducts/spring-cloud-stream-binder-solace.git/spring-cloud-stream-binder-solace</connection>
    <developerConnection>scm:git:git@github.com:SolaceProducts/spring-cloud-stream-binder-solace.git/spring-cloud-stream-binder-solace</developerConnection>
    <tag>1.2.1</tag>
    <url>https://github.com/SolaceProducts/spring-cloud-stream-binder-solace.git/spring-cloud-stream-binder-solace</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.solace.spring.cloud</groupId>
      <artifactId>spring-cloud-stream-binder-solace-core</artifactId>
      <version>1.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.solacesystems</groupId>
      <artifactId>sol-jcsmp</artifactId>
      <version>[10,)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.solace.spring.boot</groupId>
      <artifactId>solace-java-spring-boot-starter</artifactId>
      <version>3.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot</artifactId>
      <version>2.2.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-stream</artifactId>
      <version>2.2.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
