diff --git a/commons/util/util/pom.xml b/commons/util/util/pom.xml
index 6f3b433ce..e921c5304 100644
--- a/commons/util/util/pom.xml
+++ b/commons/util/util/pom.xml
@@ -35,9 +35,12 @@
slf4j-api
- org.apache.servicemix.bundles
- org.apache.servicemix.bundles.rhino
- ${rhino.servicemix.version}
+ org.mozilla
+ rhino
+
+
+ org.mozilla
+ rhino-engine
org.assertj
diff --git a/pom.xml b/pom.xml
index 2e3cc1a32..7b8e96133 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,6 @@
2.0.17
1.6.11
1.7.15.1
- 1.7.15_1
11.0.25
3.0.1
5.0.0
@@ -627,6 +626,16 @@
common
${project.version}
+
+ org.mozilla
+ rhino
+ ${rhino.version}
+
+
+ org.mozilla
+ rhino-engine
+ ${rhino.version}
+
org.asciidoctor
asciidoctorj
diff --git a/script/javascript/pom.xml b/script/javascript/pom.xml
index 80c92e456..d3533edc8 100644
--- a/script/javascript/pom.xml
+++ b/script/javascript/pom.xml
@@ -65,9 +65,12 @@
- org.apache.servicemix.bundles
- org.apache.servicemix.bundles.rhino
- ${rhino.servicemix.version}
+ org.mozilla
+ rhino
+
+
+ org.mozilla
+ rhino-engine