FYI, it looks like the Hibernate dependency you had in your pom was pulling in the javax.transactions:jta lib, which isn't available in maven repos. I added an exclusion to prevent that from breaking the build.
Derek On Sun, Jul 19, 2009 at 3:08 AM, Jonas Bonér <[email protected]> wrote: > > Thanks Tim and David. > > 2009/7/19 David Pollak <[email protected]>: > > > > > > On Sat, Jul 18, 2009 at 11:20 AM, Timothy Perrett > <[email protected]> > > wrote: > >> > >> Awesome - kudos Jonas. > > > > +1 > > > > And more generally, it's great to have such a diverse and talented group > of > > people contributing to Lift! > > > >> > >> Cheers, Tim > >> > >> On Jul 18, 11:53 am, Jonas Bonér <[email protected]> wrote: > >> > JTA stuff is in github master branch > >> > now. > http://github.com/dpp/liftweb/tree/4d8405a3dcf93570da8142c078784f9dc1... > >> > > >> > Have fun. > >> > /Jonas > >> > >> > > > > > > > > -- > > Lift, the simply functional web framework http://liftweb.net > > Beginning Scala http://www.apress.com/book/view/1430219890 > > Follow me: http://twitter.com/dpp > > Git some: http://github.com/dpp > > > > > > > > > > > -- > Jonas Bonér > > twitter: @jboner > blog: http://jonasboner.com > work: http://crisp.se > work: http://scalablesolutions.se > code: http://github.com/jboner > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
