<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>com.solace.spring.boot</groupId>
		<artifactId>solace-jms-spring-boot-parent</artifactId>
        <version>1.0.0</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>solace-jms-spring-boot-starter</artifactId>
	<packaging>jar</packaging>
	<name>Solace JMS Spring Boot Starter</name>
	<description>Starter for JMS messaging using Solace</description>
	<url>https://github.com/SolaceProducts/solace-jms-spring-boot</url>

	<dependencies>
		<dependency>
			<groupId>com.solace.spring.boot</groupId>
			<artifactId>solace-jms-spring-boot-autoconfigure</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-jms</artifactId>
		</dependency>
		<dependency>
			<groupId>com.solacesystems</groupId>
			<artifactId>sol-jms</artifactId>
			<version>[10,)</version>
		</dependency>
	</dependencies>
</project>
