Skip to content

Commit 6c16447

Browse files
committed
Hacking.
1 parent 43b40ed commit 6c16447

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

+16
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<hibernate-62>6.2.24.Final</hibernate-62>
3535
<hibernate-65-snapshots>6.5.0-SNAPSHOT</hibernate-65-snapshots>
3636
<hibernate-66-snapshots>6.6.0-SNAPSHOT</hibernate-66-snapshots>
37+
<hibernate-70-snapshots>7.0.0-SNAPSHOT</hibernate-70-snapshots>
3738
<hsqldb>2.7.1</hsqldb>
3839
<h2>2.2.220</h2>
3940
<jakarta-persistence-api>3.1.0</jakarta-persistence-api>
@@ -93,6 +94,21 @@
9394
</repository>
9495
</repositories>
9596
</profile>
97+
<profile>
98+
<id>hibernate-70-snapshots</id>
99+
<properties>
100+
<hibernate>${hibernate-70-snapshots}</hibernate>
101+
</properties>
102+
<repositories>
103+
<repository>
104+
<id>sonatype-oss</id>
105+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
106+
<releases>
107+
<enabled>false</enabled>
108+
</releases>
109+
</repository>
110+
</repositories>
111+
</profile>
96112
<profile>
97113
<id>all-dbs</id>
98114
<build>

0 commit comments

Comments
 (0)