<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.8</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>3</version> </parent>
compile
|-- commons-collections:commons-collections:3.2.1
|-- commons-lang:commons-lang:2.4
|-- org.apache.httpcomponents:httpclient:4.0.1
|-- org.apache.httpcomponents:httpmime:4.0.1
|-- commons-codec:commons-codec:1.4
|-- net.sourceforge.htmlunit:htmlunit-core-js:2.8
|-- net.sourceforge.nekohtml:nekohtml:1.9.14
|-- net.sourceforge.cssparser:cssparser:0.9.5
|-- commons-logging:commons-logging:1.1.1
test
|-- org.apache.httpcomponents:httpclient:4.0.1
|-- junit:junit:4.7
|-- org.easymock:easymock:2.5.1
|-- commons-fileupload:commons-fileupload:1.2.2
|-- org.mortbay.jetty:jetty:6.1.25
|-- org.slf4j:slf4j-log4j12:1.6.1
|-- net.sourceforge.htmlunit:webdriver:2.8-SNAPSHOT