Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: HEAD
-
Fix Version/s: None
-
Component/s: chenillekit-demo, chenillekit-image
-
Labels:None
-
Number of attachments :
Description
depency in pom.xml is set to
<dependency>
<groupId>com.google.code.kaptcha</groupId>
<artifactId>kaptcha</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
but should be the following instead to be buildable from the outside using the chenille repo
<dependency>
<groupId>com.google.code</groupId>
<artifactId>kaptcha</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>