diff --git a/bundles/org.eclipse.vorto.editor.infomodel.web/pom.xml b/bundles/org.eclipse.vorto.editor.infomodel.web/pom.xml index c91ca8cb10..6801a647d0 100644 --- a/bundles/org.eclipse.vorto.editor.infomodel.web/pom.xml +++ b/bundles/org.eclipse.vorto.editor.infomodel.web/pom.xml @@ -113,36 +113,6 @@ org.eclipse.xtend.lib ${xtext.version} - - org.webjars - requirejs - 2.1.15 - - - org.webjars - jquery - 2.1.1 - - - org.webjars - ace - 1.2.0 - - - org.webjars - angularjs - 1.3.13 - - - org.webjars.bower - angular-route - 1.3.13 - - - org.webjars.npm - angular-smart-table - 2.1.6 - org.eclipse.jetty jetty-annotations diff --git a/server/devtool/pom.xml b/server/devtool/pom.xml index 71c1d889ff..69c7870201 100644 --- a/server/devtool/pom.xml +++ b/server/devtool/pom.xml @@ -117,19 +117,35 @@ commons-lang3 3.1 - - - + + org.webjars + requirejs + 2.1.15 + + + org.webjars + jquery + 2.1.1 + + + org.webjars + ace + 1.2.0 + + + org.webjars + angularjs + 1.3.13 + + + org.webjars.bower + angular-route + 1.3.13 + + + org.webjars.npm + angular-smart-table + 2.1.6 +