hibernate-jcache
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-jcache</artifactId> <version>5.5.9.Final</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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>org.hibernate</groupId> <artifactId>hibernate-jcache</artifactId> <version>5.5.9.Final</version> <name>Hibernate ORM - hibernate-jcache</name> <description>Integration for javax.cache into Hibernate as a second-level caching service</description> <url>https://hibernate.org/orm</url> <organization> <name>Hibernate.org</name> <url>https://hibernate.org</url> </organization> <licenses> <license> <name>GNU Library General Public License v2.1 or later</name> <url>https://www.opensource.org/licenses/LGPL-2.1</url> <distribution>repo</distribution> <comments>See discussion at https://hibernate.org/community/license/ for more details.</comments> </license> </licenses> <developers> <developer> <id>hibernate-team</id> <name>The Hibernate Development Team</name> <organization>Hibernate.org</organization> <organizationUrl>https://hibernate.org</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/hibernate/hibernate-orm.git</connection> <developerConnection>scm:git:[email protected]:hibernate/hibernate-orm.git</developerConnection> <url>https://github.com/hibernate/hibernate-orm</url> </scm> <issueManagement> <system>jira</system> <url>https://hibernate.atlassian.net/browse/HHH</url> </issueManagement> <dependencies> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <version>3.4.2.Final</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>5.5.9.Final</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.cache</groupId> <artifactId>cache-api</artifactId> <version>1.0.0</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>xml-apis</artifactId> <groupId>xml-apis</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>