<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>3.5.5</version>
</dependency>
<parent> <groupId>org.liquibase</groupId> <artifactId>liquibase-parent</artifactId> <version>3.5.5</version> </parent>
compile
|-- junit:junit
|-- org.springframework:spring
provided
test
|-- org.hamcrest:hamcrest-library
|-- org.powermock:powermock-module-junit4
|-- org.powermock:powermock-api-mockito
|-- org.codehaus.groovy:groovy-all
|-- org.spockframework:spock-core