This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 37e5d3cd33a88c56d3455fc7e5747a0941a3d8c8 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Nov 17 18:25:16 2014 +0100 fix nuiton-js dependency... --- coselmar-ui/pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/coselmar-ui/pom.xml b/coselmar-ui/pom.xml index d7bda8f..1c4f01f 100644 --- a/coselmar-ui/pom.xml +++ b/coselmar-ui/pom.xml @@ -38,37 +38,40 @@ <description>Coselmar UI module</description> <dependencies> -<!-- <dependency> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-wro</artifactId> <version>1.0.3</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-angularjs</artifactId> <version>1.3.0-beta.7-1</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-bootstrap</artifactId> <version>3.2.0-1</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-angular-ui-bootstrap</artifactId> <version>0.11.0-2</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-jquery</artifactId> <version>2.1.1-1</version> + <scope>runtime</scope> </dependency> ---> </dependencies> <build> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.