You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by th...@apache.org on 2014/05/24 21:18:40 UTC

[3/4] git commit: Changing captcha library to be the same as Tapestry 5.4.

Changing captcha library to be the same as Tapestry 5.4.

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2dbf8802
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2dbf8802
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2dbf8802

Branch: refs/heads/5.3
Commit: 2dbf880226924ada64991c92dfc2ee61fbc71813
Parents: bc3f56f
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
Authored: Sat May 24 16:02:20 2014 -0300
Committer: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
Committed: Sat May 24 16:02:20 2014 -0300

----------------------------------------------------------------------
 tapestry-kaptcha/build.gradle | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2dbf8802/tapestry-kaptcha/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-kaptcha/build.gradle b/tapestry-kaptcha/build.gradle
index be8fded..3dd4c43 100644
--- a/tapestry-kaptcha/build.gradle
+++ b/tapestry-kaptcha/build.gradle
@@ -1,16 +1,12 @@
-description = "Kaptcha image support"
+description = "Kaptcha user verification support"
 
 dependencies {
     compile project(':tapestry-core')
-    compile "com.google.code.kaptcha:kaptcha:2.3"
+    compile "com.github.axet:kaptcha:0.0.8"
     
     testCompile project(':tapestry-test')
 }
 
-repositories {
-  mavenRepo name: "HLS", url: "http://howardlewisship.com/repository/"
-}
-
 jar {
     manifest {
         attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.kaptcha.services.KaptchaModule'