<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-webkit</artifactId>
<version>0.8</version>
</dependency>
<parent> <groupId>net.liftweb</groupId> <artifactId>lift</artifactId> <version>0.8</version> </parent>
compile
|-- org.scala-lang:scala-library
|-- org.apache.derby:derby:10.2.2.0
|-- postgresql:postgresql:8.2-507.jdbc3
|-- javax.activation:activation:1.1
|-- mysql:mysql-connector-java:5.0.4
|-- commons-httpclient:commons-httpclient:3.0.1
|-- commons-fileupload:commons-fileupload:1.2
|-- commons-collections:commons-collections:3.2
|-- commons-codec:commons-codec:1.3
provided
test
|-- junit:junit:4.4