<dependency>
<groupId>de.adorsys.aspsp</groupId>
<artifactId>integration-tests</artifactId>
<version>1.4</version>
</dependency>
<parent> <groupId>de.adorsys.aspsp</groupId> <artifactId>xs2a</artifactId> <version>1.4</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-hateoas
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-aop
|-- org.springframework.security:spring-security-web
|-- com.fasterxml.jackson.module:jackson-module-parameter-names
|-- com.fasterxml.jackson.datatype:jackson-datatype-jdk8
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
|-- org.springframework.boot:spring-boot-starter-test
|-- de.adorsys.aspsp:xs2a-impl:1.4
|-- org.hamcrest:hamcrest-all:1.3
runtime
|-- org.springframework.boot:spring-boot-devtools
test
|-- info.cukes:cucumber-java:1.2.5