File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 93
93
<!--
94
94
NOTE: when Hibernate ORM updates Byte Buddy, make sure to check Jenkinsfile to see if
95
95
`net.bytebuddy.experimental` property can be removed.
96
+
97
+ NOTE 2: with the next release of Hibernate ORM remove the hibernate-models dependency override
96
98
-->
97
99
<version .org.hibernate.orm>7.0.0.Final</version .org.hibernate.orm>
100
+ <version .org.hibernate.models>1.0.0</version .org.hibernate.models>
98
101
99
102
<javadoc .org.hibernate.orm.url>https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion} .${parsed-version.org.hibernate.orm.minorVersion} /javadocs/</javadoc .org.hibernate.orm.url>
100
103
<documentation .org.hibernate.orm.url>https://docs.jboss.org/hibernate/orm/${parsed-version.org.hibernate.orm.majorVersion} .${parsed-version.org.hibernate.orm.minorVersion} /userguide/html_single/Hibernate_User_Guide.html</documentation .org.hibernate.orm.url>
406
409
<artifactId >jboss-logging</artifactId >
407
410
<version >${version.org.jboss.logging.jboss-logging} </version >
408
411
</dependency >
412
+ <!-- Remove with the next Hibernate ORM upgrade -->
413
+ <dependency >
414
+ <groupId >org.hibernate.models</groupId >
415
+ <artifactId >hibernate-models</artifactId >
416
+ <version >${version.org.hibernate.models} </version >
417
+ </dependency >
409
418
410
419
<!-- Other public dependencies -->
411
420
<!-- Elasticsearch backend -->
You can’t perform that action at this time.
0 commit comments