<dependency>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-tck</artifactId>
<version>1.3</version>
</dependency>
implementation 'org.eclipse.microprofile.context-propagation:microprofile-context-propagation-tck:1.3'
implementation("org.eclipse.microprofile.context-propagation:microprofile-context-propagation-tck:1.3")
libraryDependencies += "org.eclipse.microprofile.context-propagation" % "microprofile-context-propagation-tck" % "1.3"
@Grapes(
@Grab(group='org.eclipse.microprofile.context-propagation', module='microprofile-context-propagation-tck', version='1.3')
)
<dependency org="org.eclipse.microprofile.context-propagation" name="microprofile-context-propagation-tck" rev="1.3" />
<parent> <groupId>org.eclipse.microprofile.context-propagation</groupId> <artifactId>microprofile-context-propagation-parent</artifactId> <version>1.3</version> </parent>
compile
|-- org.jboss.shrinkwrap:shrinkwrap-api
|-- org.jboss.arquillian.testng:arquillian-testng-container
provided
|-- org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api