Is the jpa ticket registry dependencies up to date? I'm trying to configure
the jpa ticket registry with uportal 4.0.0 trunk (which I upgraded cas from
3.4.3 to 3.4.8). However it appears that the hibernate dependencies listed
on https://wiki.jasig.org/display/CASUM/JpaTicketRegistry collide with
versions included by cas (specifically cas appears to be using hibernate 3.6
but the dependencies listed for the jpa ticket registry 3.3.x). Instead of
using the dependencies listed in the documentation, I tried to use

<repositories>
        <repository>
            <id>jboss</id>
            <name>JBoss Repository</name>
            <layout>default</layout>
            <url>
http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
        </repository>
    </repositories>

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-entitymanager</artifactId>
    <version>3.6.0.Final</version>
    <scope>runtime</scope>
</dependency>
<dependency>
    <groupId>concurrent</groupId>
    <artifactId>concurrent</artifactId>
    <version>1.3.4</version>
    <scope>runtime</scope>
</dependency>

It seems to work fine but can someone verify that this looks good

-- 
Curtis Garman

-- 
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