Skip to content

Commit 4282f09

Browse files
committed
No need to exclude Jakarta Activation API everywhere
1 parent df58606 commit 4282f09

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mcc/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ dependencies {
5151
ExternalDependency.APACHE_2_LICENSE_NAME,
5252
ExternalDependency.APACHE_2_LICENSE_URL,
5353
"Parsing XML Data"
54-
),
55-
{
56-
// Exclude in favor of angus activation from API
57-
exclude group: 'jakarta.activation', module: 'jakarta.activation-api'
58-
}
54+
)
5955
)
6056
}

0 commit comments

Comments
 (0)