<?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.solacesystems</groupId>
  <artifactId>sol-jms-compat-1.1</artifactId>
  <version>1.0.0</version>
  <name>PubSub+ Compatibility Layer for Apache Geronimo JMS Spec 1.1</name>
  <description>PubSub+ Compatibility Layer for Apache Geronimo JMS Spec 1.1</description>
  <url>https://docs.solace.com/APIs.htm/sol-jms-compat-1.1</url>
  <organization>
    <name>Solace Corporation</name>
    <url>http://www.solace.com</url>
  </organization>
  <licenses>
    <license>
      <name>License Agreement for Solace Software</name>
      <url>https://solace.com/license-software</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Solace</name>
      <email>info@solace.com</email>
      <organization>Solace Corporation</organization>
      <organizationUrl>https://www.solace.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/SolaceDev/sol-jms-compat-1.1</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-jms_1.1_spec</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
