<dependency>
<groupId>com.day.commons</groupId>
<artifactId>day-commons-integration-testing</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='day-commons-integration-testing', version='1.0.0')
)
<parent> <groupId>com.day.commons</groupId> <artifactId>parent</artifactId> <version>9</version> </parent>
compile
|-- junit:junit:4.7
|-- org.apache.httpcomponents:httpclient:4.0.1
|-- org.apache.httpcomponents:httpmime:4.0.1
|-- org.codehaus.jackson:jackson-core-asl:1.5.5
|-- org.codehaus.jackson:jackson-mapper-asl:1.5.5
|-- commons-lang:commons-lang:2.4
|-- org.apache.sling:org.apache.sling.commons.testing:2.0.5-R945618