Hi all,
I am trying to get maven 2 to work with a spring example. I am having some issues or questions that I hope someone can help with.

First the code I added to my pom:

        <dependency>
            <groupId>acegisecurity</groupId>
            <artifactId>acegi-security</artifactId>
            <version>1.0.0-RC1</version>
        </dependency>

I tried multiple versions, all with different results:
1.0.0-RC1 - No jar file is available
0.9.0 Two libraries are missing : asn1-ber:asn1-codec:jar:0.3 and commons-test:commons-test:jar:0.1
0.8.3 This is working


Does someone know how to get this to work? Is maven2 now supported? (I found an item that stated the opposite). There is also an item in Jira, this is closed saying everything is fine now. Still it does not work for me.

Any advise is welcome,
thank you so much

Jettro Coenradie

Reply via email to