VueGWT / vue-gwt

Vue.js Components/Custom Elements in Java with GWT. Developed at https://www.genmymodel.com.
https://vuegwt.github.io/vue-gwt/
MIT License
204 stars 46 forks source link

Adding javax.inject sources #50

Closed mellson closed 4 years ago

mellson commented 6 years ago

In order to make the gwt compiler happy, at least in IntelliJ we need to include the javax sources.

Signed-off-by: Anders Bech Mellson anders.mellson@ist.com

mellson commented 6 years ago

I'm not to familiar with maven, but I guess the pom file could be changed to copy the source files of the javax dependency to the target folder instead of including the files manually.

adrienbaron commented 6 years ago

Thanks for the PR! I'll check if it doesn't break with GIN/Dagger2 when I have some time :)