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