File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
src/main/java/org/hibernate/tool/ant Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 199199 <groupId >org.hibernate.orm</groupId >
200200 <artifactId >hibernate-ant</artifactId >
201201 <version >${hibernate-orm.version} </version >
202+ </dependency >
203+ <dependency >
204+ <groupId >org.hibernate.orm</groupId >
205+ <artifactId >hibernate-scan-jandex</artifactId >
206+ <version >${hibernate-orm.version} </version >
202207 </dependency >
203208 <dependency >
204209 <groupId >org.hibernate.common</groupId >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >org.hibernate.tool</groupId >
3737 <artifactId >hibernate-tools-orm</artifactId >
38+ </dependency >
39+ <dependency >
40+ <groupId >org.hibernate.orm</groupId >
41+ <artifactId >hibernate-scan-jandex</artifactId >
3842 </dependency >
3943 <dependency >
4044 <groupId >org.hibernate.tool</groupId >
Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ public void tearDown() {
5555 JdbcUtil .dropDatabase (this );
5656 }
5757
58- // TODO HBX-2949 - Investigate failure and reenable following test if possible
59- @ Disabled
6058 @ Test
6159 public void testEJB3ConfigurationFailureExpected () {
6260
Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ public void tearDown() {
5555 JdbcUtil .dropDatabase (this );
5656 }
5757
58- // TODO HBX-2949 - Investigate failure and reenable following test if possible
59- @ Disabled
6058 @ Test
6159 public void testJPAPUnit () {
6260
You can’t perform that action at this time.
0 commit comments