Skip to content

Commit 06533d6

Browse files
committed
Add jcstress dependencies
1 parent 2217137 commit 06533d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version
7171
jakarta-validation-api = { module = "jakarta.validation:jakarta.validation-api", version = "3.1.1" }
7272
jakarta-ws-rs-api = { module = "jakarta.ws.rs:jakarta.ws.rs-api", version = "4.0.0" }
7373
javax-servlet-api = { module = "javax.servlet:javax.servlet-api", version = "4.0.1" }
74+
jcstress-core = { module = "org.openjdk.jcstress:jcstress-core", version = "0.16" }
7475
jmh-core = { module = "org.openjdk.jmh:jmh-core", version.ref = "jmh" }
7576
jmh-generator-annprocess = { module = "org.openjdk.jmh:jmh-generator-annprocess", version.ref = "jmh" }
7677
junit-bom = { module = "org.junit:junit-bom", version = "5.12.1" }
@@ -103,6 +104,7 @@ weld-junit5 = { module = "org.jboss.weld:weld-junit5", version = "4.0.3.Final" }
103104

104105
[plugins]
105106
jandex = { id = "org.kordamp.gradle.jandex", version = "2.1.0" }
107+
jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.15" }
106108
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
107109
openapi-generator = { id = "org.openapi.generator", version = "7.12.0" }
108110
quarkus = { id = "io.quarkus", version.ref = "quarkus" }

0 commit comments

Comments
 (0)