Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 890 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 890 Bytes

To use it in your maven project, add the following repository to your pom.xml:

    <repositories>
        <repository>
            <id>deluan.repo</id>
            <name>Deluan's Projects Repository</name>
            <url>http://deluan.googlecode.com/svn/releases</url>
        </repository>
        <repository>
            <id>deluan.snapshots</id>
            <name>Deluan's Projects Snapshots Repository</name>
            <url>http://deluan.googlecode.com/svn/snapshots</url>
            <releases>
                <enabled>false</enabled>
            </releases>
        </repository>
    </repositories>

And add the jar dependency:

    <dependency>
        <groupId>org.apache.shiro</groupId>
        <artifactId>shiro-faces</artifactId>
        <version>2.0-SNAPSHOT</version>
    </dependency>