<dependency>
<groupId>org.eclipse.microprofile.graphql</groupId>
<artifactId>microprofile-graphql-tck</artifactId>
<version>1.0-M1</version>
</dependency>
libraryDependencies += "org.eclipse.microprofile.graphql" % "microprofile-graphql-tck" % "1.0-M1"
@Grapes(
@Grab(group='org.eclipse.microprofile.graphql', module='microprofile-graphql-tck', version='1.0-M1')
)
<dependency org="org.eclipse.microprofile.graphql" name="microprofile-graphql-tck" rev="1.0-M1" />
<parent> <groupId>org.eclipse.microprofile.graphql</groupId> <artifactId>microprofile-graphql-parent</artifactId> <version>1.0-M1</version> </parent>
compile
|-- org.jboss.arquillian.testng:arquillian-testng-container
|-- com.github.tomakehurst:wiremock:2.22.0
|-- javax.ws.rs:javax.ws.rs-api
provided
|-- org.eclipse.microprofile.graphql:microprofile-graphql-api
|-- org.apache.geronimo.specs:geronimo-annotation_1.2_spec:1.0
|-- org.apache.geronimo.specs:geronimo-atinject_1.0_spec:1.1