branch release/4.0-RC4 updated (7d7be03 -> 2c3ed45)
This is an automated email from the git hooks/post-receive script. New change to branch release/4.0-RC4 in repository observe. See http://git.codelutin.com/observe.git from 7d7be03 add license headers new 2c3ed45 optimize 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 2c3ed455d5f2676db940dd2f1b9ebcd6d8250fb8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 19:53:39 2015 +0200 optimize dependencies Summary of changes: pom.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch release/4.0-RC4 in repository observe. See http://git.codelutin.com/observe.git commit 2c3ed455d5f2676db940dd2f1b9ebcd6d8250fb8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 19:53:39 2015 +0200 optimize dependencies --- pom.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 6a60db7..a7fb9bc 100644 --- a/pom.xml +++ b/pom.xml @@ -617,15 +617,11 @@ <plugin> <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <configuration> - <ignoredDependencies> - <ignoredDependency>com.vividsolutions:jst</ignoredDependency> - </ignoredDependencies> - </configuration> - </execution> - </executions> + <configuration> + <ignoredUsedUndeclaredDependencies> + <ignoredUsedUndeclaredDependency>com.vividsolutions:jts</ignoredUsedUndeclaredDependency> + </ignoredUsedUndeclaredDependencies> + </configuration> </plugin> </plugins> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm