branch develop updated (1d27a06 -> 37e5d3c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 1d27a06 fix poms new 37e5d3c fix nuiton-js dependency... The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 37e5d3cd33a88c56d3455fc7e5747a0941a3d8c8 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Nov 17 18:25:16 2014 +0100 fix nuiton-js dependency... Summary of changes: coselmar-ui/pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm