[testng] 52/355: Updated the snakeyaml version in build.properties to match what ivy retrieves.
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Tue Aug 18 10:19:47 UTC 2015
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 cfda63c3d0fa85299753e0515ff9fe61b4c3b462
Author: The Main Function (Bryan) <bryan at themainfunction.com>
Date: Sun Mar 9 16:53:53 2014 -0500
Updated the snakeyaml version in build.properties to match what ivy retrieves.
The snakeyaml file listed in build.properties for the property 'yaml.jar'
was 'snakeyaml-1.6.jar'. However, ivy retrieves 'snakeyaml-1.12.jar' as a
dependency. The version mismatch was causing the build to fail.
---
build.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.properties b/build.properties
index 1840023..085a02d 100644
--- a/build.properties
+++ b/build.properties
@@ -31,7 +31,7 @@ guice2.jar=guice-2.0.jar
junit.jar=junit-4.10.jar
ant.jar=ant-1.7.0.jar
jcommander.jar=jcommander-1.27.jar
-yaml.jar=snakeyaml-1.6.jar
+yaml.jar=snakeyaml-1.12.jar
all.jar.files=${beanshell.jar},${junit.jar},${ant.jar},${jcommander.jar},${yaml.jar},${guice2.jar}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git
More information about the pkg-java-commits
mailing list