diff --git a/plugins/connections/pom.xml b/plugins/connections/pom.xml
index b95aee333e5e..b7165307db9b 100644
--- a/plugins/connections/pom.xml
+++ b/plugins/connections/pom.xml
@@ -34,6 +34,7 @@
3.0.13
2.0.10
0.1.8
+ 1.9.2
1.5.6
4.6
3.0.1
diff --git a/plugins/connections/ui/src/main/resources-filtered/app/index.html b/plugins/connections/ui/src/main/resources-filtered/app/index.html
index 91446f1f0552..9b819c772b71 100644
--- a/plugins/connections/ui/src/main/resources-filtered/app/index.html
+++ b/plugins/connections/ui/src/main/resources-filtered/app/index.html
@@ -19,7 +19,8 @@
paths: {
"pentaho": "../../@pentaho/di-core-ui@${project.version}/pentaho",
"css": "../../require-css@${require-css.version}/css",
- "text": "../../requirejs-text@${requirejs-text.version}/text"
+ "text": "../../requirejs-text@${requirejs-text.version}/text",
+ "dojo": "../../dojo@${dojo.version}"
}
});