diff --git a/distribution/pom.xml b/distribution/pom.xml
index 4b99e35ab0..0d0a6c24d2 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -68,6 +68,10 @@
org.jsoup
jsoup
+
+ org.jboss
+ jandex
+
com.thoughtworks.paranamer
paranamer
diff --git a/engine/pom.xml b/engine/pom.xml
index a52590697f..6ed67aacc0 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -94,6 +94,11 @@
money-api
true
+
+ org.jboss
+ jandex
+ true
+
+ 2.0.3.Final
+
2.0.1.Alpha3
5.0.3
@@ -365,6 +368,11 @@
guava
20.0
+
+ org.jboss
+ jandex
+ ${jandex.version}
+