Maybe I can try to help you to do this demo application.
To follow your advice, I'm trying to start developping it with maven but the
following artifact doesn't work for me :
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-guice</artifactId>
<version>1.2.0-SNAPSHOT</version>
</dependency>
I've the following error :
ArtifactDescriptorException: Failed to read artifact descriptor for
org.apache.shiro:shiro-core:jar:1.2.0-SNAPSHOT: ArtifactResolutionException:
Could not transfer artifact org.apache.shiro:shiro-core:pom:1.2.0-SNAPSHOT
from/to maven-repository.java.net (http://download.java.net/maven/1): No
connector available to access repository maven-repository.java.net
(http://download.java.net/maven/1) of type legacy using the available
factories AsyncRepositoryConnectorFactory, WagonRepositoryConnectorFactory
pom.xml
Maven Dependency Problem
Do I need to add a particular repository ?
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/Guice-shiro-jersey-tp6673315p6681116.html
Sent from the Shiro User mailing list archive at Nabble.com.