description = "Kaptcha user verification support" | |
dependencies { | |
implementation project(':tapestry-core') | |
implementation "com.github.axet:kaptcha:0.0.8" | |
provided "javax.servlet:javax.servlet-api:${versions.servletapi}" | |
testImplementation project(':tapestry-test') | |
} | |
jar { | |
manifest { | |
attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.kaptcha.modules.KaptchaModule' | |
} | |
} |