21
pom.xml
21
pom.xml
@@ -30,8 +30,9 @@
|
||||
<antlr>4.13.2</antlr> <!-- align with Hibernate's parser -->
|
||||
<eclipselink>5.0.0-B07</eclipselink>
|
||||
<eclipselink-next>5.0.0-SNAPSHOT</eclipselink-next>
|
||||
<hibernate>7.0.0.CR2</hibernate>
|
||||
<hibernate-70-snapshots>7.0.0-SNAPSHOT</hibernate-70-snapshots>
|
||||
<hibernate>7.0.0.Final</hibernate>
|
||||
<hibernate-70-snapshots>7.0.1-SNAPSHOT</hibernate-70-snapshots>
|
||||
<hibernate-71-snapshots>7.1.0-SNAPSHOT</hibernate-71-snapshots>
|
||||
<hsqldb>2.7.4</hsqldb>
|
||||
<h2>2.3.232</h2>
|
||||
<jakarta-persistence-api>3.2.0</jakarta-persistence-api>
|
||||
@@ -88,6 +89,22 @@
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>hibernate-71-snapshots</id>
|
||||
<properties>
|
||||
<hibernate>${hibernate-71-snapshots}</hibernate>
|
||||
<jakarta-persistence-api>3.2.0</jakarta-persistence-api>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>sonatype-oss</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>all-dbs</id>
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user