<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-spring5</artifactId>
<version>1.0.0-RC4</version>
</dependency>
@Grapes(
@Grab(group='org.quickperf', module='quick-perf-junit4-spring5', version='1.0.0-RC4')
)
<parent> <groupId>org.quickperf</groupId> <artifactId>quick-perf-spring</artifactId> <version>1.0.0-RC4</version> </parent>
compile
|-- org.quickperf:quick-perf-junit4:1.0.0-RC4
|-- org.quickperf:quick-perf-sql-annotations:1.0.0-RC4
provided
|-- org.springframework:spring-test:5.1.8.RELEASE
|-- org.springframework:spring-beans:5.1.8.RELEASE
|-- org.springframework:spring-aop:5.1.8.RELEASE
test
|-- org.springframework:spring-context:5.1.8.RELEASE
|-- org.springframework:spring-orm:5.1.8.RELEASE
|-- org.quickperf:quick-perf-junit4-spring-base-tests:1.0-SNAPSHOT
|-- ch.qos.logback:logback-classic