-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(node-notifier): supports both javax and jakarta Inject annotation
Upgrading gravitee-plugin to 2.0.0 brings an updated gravitee-node-api which does not declare javax.inject dependencies anynore. This prevented the compilation of the gravitee-node-notifier module. This commit adds the javax.inject dependency to fix the compilation. It also supports the new annotation comming from Jakarta.
- Loading branch information
1 parent
2cee899
commit a909bff
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters