#5699:adding the javax maven dependency to avoid "javax.annotation.Ge…#5702
#5699:adding the javax maven dependency to avoid "javax.annotation.Ge…#5702headius merged 1 commit intojruby:masterfrom
Conversation
…on.Generated" missing error.
|
👍 |
|
@FuncGuy dependency should be scope |
|
Since @FuncGuy seems to have gone away I'll merge and fix @mkristian comments on master. |
|
@FuncGuy Ok I was confused when I merged this...the changes in your PR don't actually do anything with the annotation API. I did a subsequent commit that removed the dependency and plugin you added, and moved the annotation API dependency (which we already had) to the global space so it's active for all profiles of the build. If this doesn't work you'll need to explain why these other two changes were needed. Please open a new issue for them that describes why you made them. |
|
@headius Ok i will try to reproduce if at all possible, i'm ok with your fix!! |
fixed the issue annotation not found compiler error.