This is an automated email from the git hooks/post-receive script. pini pushed a commit to tag upstream/1.1.0_beta1 in repository sikuli.
commit 4c46efb60ef3ea853f8e681cbc2ba39c84557d48 Author: Raimund Hocke <[email protected]> Date: Sat Mar 1 21:27:38 2014 +0100 added javassist (runtime support for class changes) - not yet used though ;-) --- Basics/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Basics/pom.xml b/Basics/pom.xml index fa7d2a7..120ba13 100755 --- a/Basics/pom.xml +++ b/Basics/pom.xml @@ -54,6 +54,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.18.1-GA</version> + </dependency> </dependencies> <build> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

