diff --git a/arc/deployment/pom.xml b/arc/deployment/pom.xml
index 3494589ae..15aed592f 100644
--- a/arc/deployment/pom.xml
+++ b/arc/deployment/pom.xml
@@ -24,12 +24,6 @@
org.jboss.protean.arc
arc-processor
-
-
- javax.annotation
- javax.annotation-api
-
-
diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml
index 8c7134ccd..ad9631e10 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime/pom.xml
@@ -18,6 +18,10 @@
javax.inject
javax.inject
+
+ javax.annotation
+ javax.annotation-api
+
io.smallrye
smallrye-config
diff --git a/pom.xml b/pom.xml
index 210bc81de..6b53b8977 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,7 @@
1.0.2
1.0.2
1
+ 1.3
1.2.1.Final
1.5.1.Final
1.1.2
@@ -414,6 +415,11 @@
javax.inject
${javax.inject.version}
+
+ javax.annotation
+ javax.annotation-api
+ ${javax.annotation-api.version}
+
javax.persistence
javax.persistence-api