coherence-hibernate-cache-53
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-cache-53</artifactId>
<version>3.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013, 2023, 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.hibernate</groupId>
<artifactId>coherence-hibernate-parent</artifactId>
<version>3.0.1</version>
</parent>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-cache-53</artifactId>
<version>3.0.1</version>
<name>Coherence Hibernate Second Level Cache 5.6.x</name>
<description>A Coherence-based implementation of the second-level cache SPI for Hibernate 5.6.x.</description>
<url>https://github.com/coherence-community/coherence-hibernate/coherence-hibernate-cache-53</url>
<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>Randy Stafford</name>
<organization>Oracle Corporation</organization>
</developer>
<developer>
<name>Gunnar Hillert</name>
<organization>Oracle Corporation</organization>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/coherence-community/coherence-hibernate.git/coherence-hibernate-cache-53</connection>
<developerConnection>scm:git:https://github.com/coherence-community/coherence-hibernate.git/coherence-hibernate-cache-53</developerConnection>
<tag>v3.0.1</tag>
<url>https://github.com/coherence-community/coherence-hibernate/coherence-hibernate-cache-53</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/coherence-community/coherence-hibernate/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence</artifactId>
<version>23.09.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core-jakarta</artifactId>
<version>5.6.15.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.oracle.coherence.hibernate</groupId>
<artifactId>coherence-hibernate-cache-core</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>