diff --git a/plugins/org.jboss.tools.windup.runtime/META-INF/MANIFEST.MF b/plugins/org.jboss.tools.windup.runtime/META-INF/MANIFEST.MF
index cc55e801..51f23281 100644
--- a/plugins/org.jboss.tools.windup.runtime/META-INF/MANIFEST.MF
+++ b/plugins/org.jboss.tools.windup.runtime/META-INF/MANIFEST.MF
@@ -15,9 +15,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;bundle-version="2.12.0",
org.eclipse.jdt.launching,
org.eclipse.debug.core,
- javax.inject,
- javax.xml.bind,
- javax.annotation;bundle-version="1.3.5",
com.google.inject,
org.apache.log4j
Bundle-ActivationPolicy: lazy
@@ -249,4 +246,7 @@ Export-Package: org.eclipse.xtend.core,
org.jboss.windup.util.furnace,
org.jboss.windup.util.threading,
org.markdown4j
-Import-Package: org.slf4j
+Import-Package: javax.annotation,
+ javax.xml.bind,
+ javax.inject,
+ org.slf4j
diff --git a/pom.xml b/pom.xml
index 4a34bfce..7e4102b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.jboss.tools
parent
- 4.23.0.Final-SNAPSHOT
+ 4.25.0.Final-SNAPSHOT
windup