You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by dp...@apache.org on 2009/01/05 17:48:55 UTC

svn commit: r731616 - /incubator/esme/trunk/server/pom.xml

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>