Skip to content

Commit 89f2ba2

Browse files
committed
binary-store-issue
1 parent 5a1af9a commit 89f2ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/sample-all/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies {
1111
implementation("com.google.guava:guava-jdk5:17.0")
1212
implementation("com.google.guava:guava:31.1-jre")
1313
implementation("com.mchange:c3p0:0.9.5.5")
14+
implementation("com.sun.activation:jakarta.activation:2.0.1") // triggers bug: https://github.com/gradle/gradle/issues/14220
1415
implementation("com.sun.activation:javax.activation:1.2.0")
1516
implementation("com.sun.mail:jakarta.mail:2.0.1")
1617
implementation("com.sun.mail:javax.mail:1.6.2")
@@ -86,7 +87,6 @@ dependencies {
8687
implementation("stax:stax-api:1.0")
8788
implementation("velocity:velocity:1.4")
8889
implementation("woodstox:wstx-asl:2.9.3")
89-
implementation("com.sun.activation:jakarta.activation:2.0.1") // down here due to bug: https://github.com/gradle/gradle/issues/14220
9090
// implementation("woodstox:wstx-lgpl:3.2.7") - has no POM file
9191
}
9292
repositories {

0 commit comments

Comments
 (0)