Skip to content

Commit 2a39d2b

Browse files
authored
No need to exclude Jakarta Activation API everywhere (#326)
1 parent 92f908f commit 2a39d2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SequenceAnalysis/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ dependencies {
5858
{
5959
// Exclude in favor of angus activation from API
6060
exclude group: 'org.eclipse.angus', module: 'angus-activation'
61-
exclude group: "jakarta.activation", module: "jakarta.activation-api"
6261
}
6362
)
6463

@@ -76,7 +75,6 @@ dependencies {
7675
{
7776
// Exclude in favor of angus activation from API
7877
exclude group: 'org.eclipse.angus', module: 'angus-activation'
79-
exclude group: "jakarta.activation", module: "jakarta.activation-api"
8078
}
8179
)
8280

0 commit comments

Comments
 (0)