On Sat, Mar 13, 2010 at 10:07 PM, Scott Battaglia <[email protected]
> wrote:
> I made some changes to the cas-server-core and explicitly listed spring-tx
> and spring-context as a dependency. That seems to ensure that everything
> uses the right version (without us having to do exclusions). I tried this
> against RC2-SNAPSHOT (built from trunk)
>
> I was able to get it to work without resorting to a parent for the overlay
> pom or importing the parent pom.
>
>
>
Okay, this is awesome. Did an mvn install from trunk and then from Marvin's
sample overlay project I get this dep tree (long copy n' paste short: no old
Spring jars, hooray!).
[INFO] [dependency:tree {execution: default-cli}]
[INFO] com.example.cas:cas-maven-war-overlay:war:1.0-SNAPSHOT
[INFO] +- org.jasig.cas:cas-server-webapp:war:3.4-RC2-SNAPSHOT:runtime
[INFO] \- org.jasig.cas:cas-server-support-ldap:jar:3.4-RC2-SNAPSHOT:runtime
[INFO] +- org.jasig.cas:cas-server-core:jar:3.4-RC2-SNAPSHOT:runtime
[INFO] | +- com.github.inspektr:inspektr-audit:jar:1.0.0-RC2:runtime
[INFO] | | \- com.github.inspektr:inspektr-common:jar:1.0.0-RC2:runtime
[INFO] | +-
org.jasig.service:person-directory-impl:jar:1.5.0-RC6:runtime
[INFO] | | +- aopalliance:aopalliance:jar:1.0:runtime
[INFO] | | +- com.sun.xml.bind:jaxb-impl:jar:2.1.12:runtime
[INFO] | | | \- javax.xml.bind:jaxb-api:jar:2.1:runtime
[INFO] | | | +- javax.xml.stream:stax-api:jar:1.0-2:runtime
[INFO] | | | \- javax.activation:activation:jar:1.1:runtime
[INFO] | | +- commons-collections:commons-collections:jar:3.2.1:runtime
[INFO] | | \-
org.jasig.service:person-directory-api:jar:1.5.0-RC6:runtime
[INFO] | +- commons-codec:commons-codec:jar:1.4:runtime
[INFO] | +- jdom:jdom:jar:1.0:runtime
[INFO] | +- org.springframework:spring-orm:jar:3.0.1.RELEASE:runtime
[INFO] | +- org.springframework:spring-jdbc:jar:3.0.1.RELEASE:runtime
[INFO] | +- org.springframework:spring-core:jar:3.0.1.RELEASE:runtime
[INFO] | | \- org.springframework:spring-asm:jar:3.0.1.RELEASE:runtime
[INFO] | +- org.springframework:spring-beans:jar:3.0.1.RELEASE:runtime
[INFO] | +- org.springframework:spring-webmvc:jar:3.0.1.RELEASE:runtime
[INFO] | | +-
org.springframework:spring-expression:jar:3.0.1.RELEASE:runtime
[INFO] | | \- org.springframework:spring-web:jar:3.0.1.RELEASE:runtime
[INFO] | +-
org.springframework:spring-context-support:jar:3.0.1.RELEASE:runtime
[INFO] | +- org.springframework:spring-tx:jar:3.0.1.RELEASE:runtime
[INFO] | | \- org.springframework:spring-aop:jar:3.0.1.RELEASE:runtime
[INFO] | +- org.springframework:spring-context:jar:3.0.1.RELEASE:runtime
[INFO] | +- org.hibernate:hibernate-annotations:jar:3.5.0-CR-2:runtime
[INFO] | | +- org.hibernate:hibernate-core:jar:3.5.0-CR-2:runtime
[INFO] | | | +- antlr:antlr:jar:2.7.6:runtime
[INFO] | | | +- dom4j:dom4j:jar:1.6.1:runtime
[INFO] | | | | \- xml-apis:xml-apis:jar:1.0.b2:runtime
[INFO] | | | \- javax.transaction:jta:jar:1.1:runtime
[INFO] | | +-
org.hibernate:hibernate-commons-annotations:jar:3.2.0.Beta1:runtime
[INFO] | | \-
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0-CR-1:runtime
[INFO] | +- org.apache.santuario:xmlsec:jar:1.4.3:runtime
[INFO] | +- org.opensaml:opensaml:jar:1.1b:runtime
[INFO] | +- javax.xml:xmldsig:jar:1.0:runtime
[INFO] | +- org.perf4j:perf4j:jar:log4jonly:0.9.12:runtime
[INFO] | \- commons-jexl:commons-jexl:jar:1.1:runtime
[INFO] | \- junit:junit:jar:3.8.1:runtime
[INFO] +-
org.springframework.webflow:spring-webflow:jar:2.0.8.RELEASE:runtime
[INFO] | +-
org.springframework.webflow:spring-binding:jar:2.0.8.RELEASE:runtime
[INFO] | \-
org.springframework.webflow:spring-js:jar:2.0.8.RELEASE:runtime
[INFO] +-
org.springframework.ldap:spring-ldap-core:jar:1.3.0.RELEASE:runtime
[INFO] | \- commons-lang:commons-lang:jar:2.1:runtime
[INFO] +-
org.springframework.ldap:spring-ldap-core-tiger:jar:1.3.0.RELEASE:runtime
[INFO] +- log4j:log4j:jar:1.2.15:runtime
[INFO] +- org.aspectj:aspectjrt:jar:1.6.7:runtime
[INFO] +- org.aspectj:aspectjweaver:jar:1.6.7:runtime
[INFO] +- javax.validation:validation-api:jar:1.0.0.GA:runtime
[INFO] +- org.slf4j:slf4j-api:jar:1.5.8:runtime
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.5.8:runtime
[INFO] \- org.slf4j:jcl-over-slf4j:jar:1.5.8:runtime
--
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-dev