I'm having trouble finding the right Maven repository to pull Spring-Social 1.0.0.M1.
Hint(s) appreciated. :-)
I'm having trouble finding the right Maven repository to pull Spring-Social 1.0.0.M1.
Hint(s) appreciated. :-)
Last edited by alesj; Nov 20th, 2010 at 10:16 AM.
Try the pom found in the Greenhouse app. Good examples of things in there as well.
http://git.springsource.org/greenhou...master/pom.xml
Hello,,
I'm having some problem with a copy of spring-social from greenhouse.
I already get the sampel from git, but it keep telling me
"Multiple annotations found at this line:
- Can not find the tag library descriptor for "http://www.springframework.org/
tags"
- Can not find the tag library descriptor for "http://www.springframework.org/
tags""
on jsp file.
How do I get the library?
thanks before
Hi,
I added the following repository:
http://maven.springframework.org/milestone/
and then used
org.springframework.social:spring-social-core:1.0.0.M1
Hope this helps,
Adrian