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 199
199
<groupId >org.hibernate.orm</groupId >
200
200
<artifactId >hibernate-ant</artifactId >
201
201
<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 >
202
207
</dependency >
203
208
<dependency >
204
209
<groupId >org.hibernate.common</groupId >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.hibernate.tool</groupId >
37
37
<artifactId >hibernate-tools-orm</artifactId >
38
+ </dependency >
39
+ <dependency >
40
+ <groupId >org.hibernate.orm</groupId >
41
+ <artifactId >hibernate-scan-jandex</artifactId >
38
42
</dependency >
39
43
<dependency >
40
44
<groupId >org.hibernate.tool</groupId >
Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ public void tearDown() {
55
55
JdbcUtil .dropDatabase (this );
56
56
}
57
57
58
- // TODO HBX-2949 - Investigate failure and reenable following test if possible
59
- @ Disabled
60
58
@ Test
61
59
public void testEJB3ConfigurationFailureExpected () {
62
60
Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ public void tearDown() {
55
55
JdbcUtil .dropDatabase (this );
56
56
}
57
57
58
- // TODO HBX-2949 - Investigate failure and reenable following test if possible
59
- @ Disabled
60
58
@ Test
61
59
public void testJPAPUnit () {
62
60
You can’t perform that action at this time.
0 commit comments