<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright (c) 2013, 2022, Oracle and/or its affiliates.
  Licensed under the Universal Permissive License v 1.0 as shown at
  https://oss.oracle.com/licenses/upl.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.oracle.coherence.spring</groupId>
    <artifactId>coherence-spring-parent</artifactId>
    <version>3.2.0</version>
  </parent>
  <groupId>com.oracle.coherence.spring</groupId>
  <artifactId>coherence-spring-boot-starter</artifactId>
  <version>3.2.0</version>
  <name>Coherence Spring Boot Starter</name>
  <description>Coherence Spring Boot Starter + Autoconfiguration</description>
  <url>https://github.com/coherence-community/coherence-spring/coherence-spring-boot-starter</url>
  <organization>
    <name>Oracle, Inc</name>
    <url>https://www.oracle.com/</url>
  </organization>
  <licenses>
    <license>
      <name>The Universal Permissive License (UPL), Version 1.0</name>
      <url>https://oss.oracle.com/licenses/upl</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Gunnar Hillert</name>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Ryan Lubke</name>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Vaso Putica</name>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Aleks Seovic</name>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Jonathan Knight</name>
      <organization>Oracle Corporation</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/coherence-community/coherence-spring.git/coherence-spring-boot-starter</connection>
    <developerConnection>scm:git:https://github.com/coherence-community/coherence-spring.git/coherence-spring-boot-starter</developerConnection>
    <tag>v3.2.0</tag>
    <url>https://github.com/coherence-community/coherence-spring/coherence-spring-boot-starter</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/coherence-community/coherence-spring/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.oracle.coherence.ce</groupId>
      <artifactId>coherence</artifactId>
      <version>21.12.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.oracle.coherence.spring</groupId>
      <artifactId>coherence-spring-core</artifactId>
      <version>3.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.oracle.coherence.spring</groupId>
      <artifactId>coherence-spring-session</artifactId>
      <version>3.2.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-validation</artifactId>
      <version>2.6.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.oracle.coherence.ce</groupId>
      <artifactId>coherence-java-client</artifactId>
      <version>21.12.4</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.oracle.coherence.spring</groupId>
      <artifactId>coherence-spring-data</artifactId>
      <version>3.2.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>2.6.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure-processor</artifactId>
      <version>2.6.7</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>2.6.7</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-actuator-autoconfigure</artifactId>
      <version>2.6.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.oracle.coherence.ce</groupId>
      <artifactId>coherence-micrometer</artifactId>
      <version>21.12.4</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.12</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
