Skip to content

Commit

Permalink
No need to exclude Jakarta Activation API everywhere (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored and csebranek committed Feb 4, 2025
1 parent 6b6c0fc commit e74559e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions ApiKey/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ dependencies {
"Eclipse Distribution License v1.0",
"http://www.eclipse.org/org/documents/edl-v10.php",
"Parsing XML"
),
{
// Exclude in favor of angus activation from API
exclude group: "jakarta.activation", module: "jakarta.activation-api"
}
)
)

BuildUtils.addExternalDependency(
Expand Down
6 changes: 1 addition & 5 deletions DBUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ dependencies {
"Eclipse Distribution License v1.0",
"http://www.eclipse.org/org/documents/edl-v10.php",
"Parsing XML"
),
{
// Exclude in favor of angus activation from API
exclude group: "jakarta.activation", module: "jakarta.activation-api"
}
)
)

BuildUtils.addExternalDependency(
Expand Down
6 changes: 1 addition & 5 deletions DeviceProxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ dependencies {
"Eclipse Distribution License v1.0",
"http://www.eclipse.org/org/documents/edl-v10.php",
"Parsing XML"
),
{
// Exclude in favor of angus activation from API
exclude group: "jakarta.activation", module: "jakarta.activation-api"
}
)
)

BuildUtils.addExternalDependency(
Expand Down

0 comments on commit e74559e

Please sign in to comment.