From 859e3a1f89582a11bc476c9fcd22dddb4c9de647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Galder=20Zamarren=CC=83o?= Date: Fri, 23 Jun 2017 10:26:56 +0200 Subject: [PATCH] ISPN-7963 Add Maven pom file --- hibernate-cache/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 hibernate-cache/pom.xml diff --git a/hibernate-cache/pom.xml b/hibernate-cache/pom.xml new file mode 100644 index 000000000000..784c8721654f --- /dev/null +++ b/hibernate-cache/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + + org.infinispan + infinispan-parent + 9.1.0-SNAPSHOT + ../parent/pom.xml + + + infinispan-hibernate-cache + jar + Infinispan Hibernate Cache + Infinispan Hibernate Cache module + + + false + + + + + ${project.groupId} + infinispan-core + + + org.hibernate + hibernate-core + + +