This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git
commit 21155d0aa18b50212ea4111f969390db1ae0454f Author: Felix Meschberger <[email protected]> AuthorDate: Thu Mar 11 14:32:01 2010 +0000 SLING-1436 Upgrade Eclipse compiler to latest version 3.3.0-v_771 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@921870 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ddacce3..3c2906d 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,17 @@ <dependency> <groupId>org.eclipse.jdt</groupId> <artifactId>core</artifactId> - <version>3.2.0.666</version> + <version>3.3.0-v_771</version> + <exclusions> + <exclusion> + <groupId>org.eclipse.equinox</groupId> + <artifactId>app</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.equinox</groupId> + <artifactId>common</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
