Skip to content

Commit

Permalink
Avoid javax.activation license problem
Browse files Browse the repository at this point in the history
Fix:
```
> Task :verifyLicensing FAILED
Illegal license found 'No license found' in 'javax.activation:activation:1.1.1'
```
  • Loading branch information
dagguh committed Jun 24, 2024
1 parent 0c62006 commit 87e383b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ configurations.all {

dependencies {
api("com.atlassian.performance.tools:infrastructure:[4.19.0, 5.0.0)")
api("com.atlassian.performance.tools:aws-resources:[1.10.1, 2.0.0)") // 1.10.1 gives Ami.Builder.amiProvider
api("com.atlassian.performance.tools:aws-resources:[1.17.0, 2.0.0)") // 1.17 avoids javax:activation dependency (and its license problem)
api("com.atlassian.performance.tools:jira-actions:[2.0.0, 4.0.0)")
api("com.atlassian.performance.tools:ssh:[2.4.1, 3.0.0)")
api("com.atlassian.performance.tools:virtual-users:[3.3.0, 4.0.0)")
Expand Down

0 comments on commit 87e383b

Please sign in to comment.