META-INF.maven.com.hazelcast.hazelcast-hibernate53.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hazelcast-hibernate Show documentation
Show all versions of hazelcast-hibernate Show documentation
Kubernetes Service Discovery for Hazelcast Discovery SPI
<!-- ~ Copyright 2020 Hazelcast Inc. ~ ~ Licensed under the Hazelcast Community License (the "License"); you may not use ~ this file except in compliance with the License. You may obtain a copy of the ~ License at ~ ~ http://hazelcast.com/hazelcast-community-license ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT ~ WARRANTIES OF ANY KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations under the License. --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-hibernate5-parent</artifactId> <version>2.1.0</version> </parent> <artifactId>hazelcast-hibernate53</artifactId> <packaging>jar</packaging> <description>Hazelcast In-Memory DataGrid Hibernate Plugin</description> <url>http://www.hazelcast.com/</url> <properties> <hibernate.core.version>5.3.7.Final</hibernate.core.version> <bytebuddy.version>1.8.17</bytebuddy.version> <!-- needed for checkstyle/findbugs --> <main.basedir>${project.parent.basedir}</main.basedir> </properties> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy