branch develop updated (ab97af5 -> efcdb80)
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 ab97af5 use stable version for topia and webmotion new efcdb80 fix pom dependencies 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 efcdb8073c6648e0abf9cf2bb09d99e8f96ff4ca Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 23 17:47:48 2015 +0100 fix pom dependencies Summary of changes: coselmar-persistence/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) -- 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 efcdb8073c6648e0abf9cf2bb09d99e8f96ff4ca Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 23 17:47:48 2015 +0100 fix pom dependencies --- coselmar-persistence/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/coselmar-persistence/pom.xml b/coselmar-persistence/pom.xml index 288f0f4..df1fe91 100644 --- a/coselmar-persistence/pom.xml +++ b/coselmar-persistence/pom.xml @@ -44,6 +44,16 @@ <artifactId>commons-lang3</artifactId> </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + <!-- Nuiton --> <dependency> @@ -52,6 +62,11 @@ </dependency> <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> + + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm