The only thing we can really do is update the documentation to reflect that we encourage you to inherit the dependencyManagement information for the CAS parent pom in order to keep all the jars in sync. If you want to open a ticket to update the documentation, I'll then gladly update the documentation ;-)
On Sun, Feb 28, 2010 at 11:40 AM, Patrick Berry <[email protected]> wrote: > Should we ticket this? I'm not really comfortable describing what the heck > is going on...but it seems like it would be a build issue. > > On Sun, Feb 28, 2010 at 8:36 AM, Scott Battaglia < > [email protected]> wrote: > >> For better or worse, if we have the overlay pom inherit the >> dependencyManagement from the parent CAS server POM, then everything is >> A-okay: >> >> <parent> >> <groupId>org.jasig.cas</groupId> >> <artifactId>cas-server</artifactId> >> <version>3.4-RC2-SNAPSHOT</version> >> </parent> >> >> I'm guessing we didn't have this previously because for the longest time >> the Spring Web Flow module and us were pretty much in sync. The alternative >> would be to exclude spring-webflow and spring-binding when referencing the >> ldap support (haven't actually tried this). >> >> >> On Sat, Feb 27, 2010 at 4:44 PM, Marvin Addison <[email protected] >> > wrote: >> >>> I've attached the test war overlay project I'm using so we can have a >>> common reference for testing solutions going forward. >>> >>> M >>> >>> -- >>> 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 >>> >> >> -- >> 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 >> >> > -- > > 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 > > -- 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
