<?xml version="1.0" encoding="UTF-8"?>
<!--
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 -->
<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.cloud.cloudfoundry</groupId>
  <artifactId>solace-spring-cloud-connector</artifactId>
  <version>4.3.3</version>
  <name>Spring Cloud Connectors for Solace PubSub+ on Cloud Foundry</name>
  <description>Spring Cloud Connectors for Solace PubSub+ on Cloud Foundry.</description>
  <url>https://github.com/SolaceProducts/solace-spring-cloud/tree/2.1.0/solace-spring-cloud-connector</url>
  <organization>
    <name>Solace</name>
    <url>https://www.solace.com</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://github.com/SolaceProducts/solace-spring-cloud/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Support for Solace</name>
      <email>support@solace.com</email>
      <organization>Solace</organization>
      <organizationUrl>http://solace.community</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SolaceProducts/solace-spring-cloud.git/solace-spring-cloud-parent/solace-spring-cloud-connector</connection>
    <developerConnection>scm:git:git@github.com:SolaceProducts/solace-spring-cloud.git/solace-spring-cloud-parent/solace-spring-cloud-connector</developerConnection>
    <tag>2.1.0</tag>
    <url>https://github.com/SolaceProducts/solace-spring-cloud.git/solace-spring-cloud-parent/solace-spring-cloud-connector</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.solace.cloud.core</groupId>
      <artifactId>solace-services-info</artifactId>
      <version>0.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20160212</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-cloud-connectors</artifactId>
      <version>2.2.13.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
