<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-data-rest-tests</artifactId>
<version>2.0.0-M6</version>
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='springdoc-openapi-data-rest-tests', version='2.0.0-M6')
)
<dependency org="org.springdoc" name="springdoc-openapi-data-rest-tests" rev="2.0.0-M6" />
<parent> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-tests</artifactId> <version>2.0.0-M6</version> </parent>
test
|-- org.springframework.boot:spring-boot-starter-data-rest
|-- com.querydsl:querydsl-core
|-- org.springdoc:springdoc-openapi-starter-webmvc-api