This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit 1d168507576d56dc8eba665794168da7a50a9b7d Author: Evgeny Zhuravlev <[email protected]> Date: Sun Jul 27 22:59:27 2014 +0400 Some OSGi manifest fixes Dependency on org.junit set to optonal Self-dependecy removed --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 97148f8..38351d3 100644 --- a/pom.xml +++ b/pom.xml @@ -191,8 +191,11 @@ com.beust.jcommander.*;version="[1.7.0,3.0.0)";resolution:=optional, com.google.inject.*;version="[1.2,1.3)";resolution:=optional, junit.framework;version="[3.8.1, 5.0.0)";resolution:=optional, + org.junit;resolution:=optional, org.apache.tools.ant.*;version="[1.7.0, 2.0.0)";resolution:=optional, org.yaml.*;version="[1.6,2.0)";resolution:=optional, + !com.beust.testng, + !org.testng.*, !com.sun.*, * </Import-Package> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

