2012/3/8 Mounir Benzid <m...@meetingmasters.de>:
> To be 100% ubersure. This is how I configured mvn struts dependency

Did you specify a repository in pom ?

    <repositories>
        <repository>
            <id>apache-snapshot</id>
            <name>ASF Snapshots</name>
            <url>https://repository.apache.org/content/groups/snapshots/</url>
            <layout>default</layout>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>


Regards
-- 
Łukasz http://www.lenart.org.pl/
mobile +48 606 323 122, office +27 11 0838747
Warszawa JUG conference - Confitura http://confitura.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to