I have the following pom.xml

    /   <dependency>
           <groupId>org.jasig.cas</groupId>
           <artifactId>cas-server-webapp</artifactId>
           <version>${cas.version}</version>
           <type>war</type>
           <scope>runtime</scope>
       </dependency>

       <dependency>
            <groupId>org.jasig.cas</groupId>
            <artifactId>cas-server-support-x509</artifactId>
            <version>${cas.version}</version>
       </dependency>

       <dependency>
           <groupId>org.jasig.cas</groupId>
           <artifactId>cas-server-integration-jboss</artifactId>
           <version>3.1</version>
       </dependency>/

This is creating two libs in (../WEB-INF/lib/) that are entering in conflict:

spring-ldap-1.1.2.jar
spring-ldap-core-1.3.0.RELEASE.jar

I have something wrong in my pom.xml thats creating this two files? If I have the version of the artifact cas-server-integration-jboss set to ${cas.version} it gives me a CacheFactory error.

Francisco

--
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to