coherence-spring-docs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.oracle.coherence.spring</groupId>
<artifactId>coherence-spring-docs</artifactId>
<version>4.3.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013, 2024, 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>4.3.1</version>
</parent>
<groupId>com.oracle.coherence.spring</groupId>
<artifactId>coherence-spring-docs</artifactId>
<version>4.3.1</version>
<name>Coherence Spring Docs</name>
<description>Coherence Spring Reference Documentation</description>
<url>https://github.com/coherence-community/coherence-spring/coherence-spring-docs</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-docs</connection>
<developerConnection>scm:git:https://github.com/coherence-community/coherence-spring.git/coherence-spring-docs</developerConnection>
<tag>v4.3.1</tag>
<url>https://github.com/coherence-community/coherence-spring/coherence-spring-docs</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/coherence-community/coherence-spring/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.oracle.coherence.spring</groupId>
<artifactId>coherence-spring-core</artifactId>
<version>4.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.oracle.coherence.spring</groupId>
<artifactId>coherence-spring-data</artifactId>
<version>4.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.oracle.coherence.spring</groupId>
<artifactId>coherence-spring-boot-starter</artifactId>
<version>4.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.oracle.coherence.spring</groupId>
<artifactId>coherence-spring-session</artifactId>
<version>4.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-java-client</artifactId>
<version>25.03.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence</artifactId>
<version>25.03.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>6.2.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.2.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>3.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>3.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>6.2.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>6.2.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>10.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>6.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-micrometer</artifactId>
<version>25.03.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.spring.docresources</groupId>
<artifactId>spring-doc-resources</artifactId>
<version>0.2.5</version>
<type>zip</type>
<scope>system</scope>
<systemPath>/scratch/cohbld/hudson/workspace/Coh-Spring-Release/repo/target/checkout/coherence-spring-docs/../lib/spring-doc-resources-0.2.5.zip</systemPath>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.7.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>