File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies {
11
11
implementation(" com.google.guava:guava-jdk5:17.0" )
12
12
implementation(" com.google.guava:guava:31.1-jre" )
13
13
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
14
15
implementation(" com.sun.activation:javax.activation:1.2.0" )
15
16
implementation(" com.sun.mail:jakarta.mail:2.0.1" )
16
17
implementation(" com.sun.mail:javax.mail:1.6.2" )
@@ -86,7 +87,6 @@ dependencies {
86
87
implementation(" stax:stax-api:1.0" )
87
88
implementation(" velocity:velocity:1.4" )
88
89
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
90
90
// implementation("woodstox:wstx-lgpl:3.2.7") - has no POM file
91
91
}
92
92
repositories {
You can’t perform that action at this time.
0 commit comments