<?xml version="1.0" encoding="UTF-8"?>
<!--

This Solace artifact is a commercially licensed product and source code is not provided.

Copyright 2019-2022 Solace Corporation. All rights reserved.

This software is proprietary software of Solace Corporation and intended only
for use in conjunction with one or more Solace Message Routers.  By using this
software, you are agreeing to the license terms and conditions located at
https://solace.com/license-software.

-->
<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.solace</groupId>
  <artifactId>solace-messaging-client</artifactId>
  <version>1.1.0</version>
  <name>Solace PubSub+ Messaging API for Java</name>
  <description>Java client API for Solace PubSub+ advanced event broker.</description>
  <url>https://docs.solace.com/Solace-PubSub-Messaging-APIs/Solace-APIs-Overview.htm</url>
  <organization>
    <name>Solace Corporation</name>
    <url>https://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://solace.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:SolaceDev</connection>
    <developerConnection>scm:git:git@github.com:SolaceDev</developerConnection>
    <tag>v1.1.0-9</tag>
    <url>https://github.com/SolaceDev/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.solacesystems</groupId>
      <artifactId>sol-jcsmp</artifactId>
      <version>10.15.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>5.1.1</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
