<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>7.18.0</version>
</dependency>
<parent> <groupId>org.apache.wicket</groupId> <artifactId>wicket-parent</artifactId> <version>7.18.0</version> </parent>
compile
|-- org.apache.commons:commons-collections4
|-- org.apache.wicket:wicket-request
|-- org.apache.wicket:wicket-util
|-- org.hamcrest:hamcrest-junit
provided
|-- junit:junit