Author: dpp
Date: Mon Jan 5 08:48:55 2009
New Revision: 731616
URL: http://svn.apache.org/viewvc?rev=731616&view=rev
Log:
Updated POM file to be explicit about the stuff that's imported
Modified:
incubator/esme/trunk/server/pom.xml
Modified: incubator/esme/trunk/server/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/pom.xml?rev=731616&r1=731615&r2=731616&view=diff
==============================================================================
--- incubator/esme/trunk/server/pom.xml (original)
+++ incubator/esme/trunk/server/pom.xml Mon Jan 5 08:48:55 2009
@@ -48,7 +48,17 @@
</dependency>
<dependency>
<groupId>net.liftweb</groupId>
- <artifactId>lift-core</artifactId>
+ <artifactId>lift-util</artifactId>
+ <version>0.10-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>net.liftweb</groupId>
+ <artifactId>lift-webkit</artifactId>
+ <version>0.10-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>net.liftweb</groupId>
+ <artifactId>lift-mapper</artifactId>
<version>0.10-SNAPSHOT</version>
</dependency>
<dependency>