On Sun, Dec 7, 2008 at 4:46 AM, David Bernard <[EMAIL PROTECTED]> wrote: > > <dependency> > <groupId>net.liftweb</groupId> > <artifactId>lift-webkit</artifactId> > <version>0.10-SNAPSHOT</version> > </dependency> > > <!-- TO ADD if you use net.liftweb.util --> > <dependency> > <groupId>net.liftweb</groupId> > <artifactId>lift-util</artifactId> > <version>0.10-SNAPSHOT</version> > </dependency> > > <!-- TO ADD if you use net.liftweb.mapper --> > <dependency> > <groupId>net.liftweb</groupId> > <artifactId>lift-mapper</artifactId> > <version>0.10-SNAPSHOT</version> > </dependency> > > ... idem for machine and record. > > Matt, Is it clearer ?
Yep -- I just meant that the original snippet contained a trailing <dependency> tag, probably from the entry for Derby since that's typically the next one down in pom.xml. Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
