<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-util</artifactId>
<version>1.1-M1</version>
</dependency>
<parent> <groupId>net.liftweb</groupId> <artifactId>lift</artifactId> <version>1.1-M1</version> </parent>
compile
|-- org.scala-lang:scala-library
|-- javax.activation:activation:1.1
|-- commons-httpclient:commons-httpclient:3.1
|-- commons-fileupload:commons-fileupload:1.2.1
|-- commons-collections:commons-collections:3.2.1
|-- commons-codec:commons-codec:1.3
provided
test
|-- org.scalacheck:scalacheck:1.5
|-- org.scalatest:scalatest:0.9.4
|-- junit:junit:4.5