diff --git a/pom.xml b/pom.xml
index 6972123596..06abe412c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,6 +199,11 @@
org.hibernate.orm
hibernate-ant
${hibernate-orm.version}
+
+
+ org.hibernate.orm
+ hibernate-scan-jandex
+ ${hibernate-orm.version}
org.hibernate.common
diff --git a/test/common/pom.xml b/test/common/pom.xml
index 99c4e19098..1a5bd58f84 100644
--- a/test/common/pom.xml
+++ b/test/common/pom.xml
@@ -35,6 +35,10 @@
org.hibernate.tool
hibernate-tools-orm
+
+
+ org.hibernate.orm
+ hibernate-scan-jandex
org.hibernate.tool
diff --git a/test/common/src/main/java/org/hibernate/tool/ant/EJB3Configuration/TestCase.java b/test/common/src/main/java/org/hibernate/tool/ant/EJB3Configuration/TestCase.java
index 88c89f7298..02a695234f 100644
--- a/test/common/src/main/java/org/hibernate/tool/ant/EJB3Configuration/TestCase.java
+++ b/test/common/src/main/java/org/hibernate/tool/ant/EJB3Configuration/TestCase.java
@@ -55,8 +55,6 @@ public void tearDown() {
JdbcUtil.dropDatabase(this);
}
- // TODO HBX-2949 - Investigate failure and reenable following test if possible
- @Disabled
@Test
public void testEJB3ConfigurationFailureExpected() {
diff --git a/test/common/src/main/java/org/hibernate/tool/ant/JPAPUnit/TestCase.java b/test/common/src/main/java/org/hibernate/tool/ant/JPAPUnit/TestCase.java
index e81b8369e8..1780337c1d 100644
--- a/test/common/src/main/java/org/hibernate/tool/ant/JPAPUnit/TestCase.java
+++ b/test/common/src/main/java/org/hibernate/tool/ant/JPAPUnit/TestCase.java
@@ -55,8 +55,6 @@ public void tearDown() {
JdbcUtil.dropDatabase(this);
}
- // TODO HBX-2949 - Investigate failure and reenable following test if possible
- @Disabled
@Test
public void testJPAPUnit() {