Hi,
I included the following repo and dependencie into my pom but always
get the error "Missing artifact org.springframework.security:facelets-
taglib:jar:0.5:compile"
<repository>
<id>org.springframework.security.taglibs.facelets</id>
<url>
http://spring-security-facelets-taglib.googlecode.com/svn/
repo</url>
</repository>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>facelets-taglib</artifactId>
<version>0.5</version>
</dependency>
Thank you