javaee-samples / javaee7-samples

Java EE 7 Samples
https://travis-ci.org/javaee-samples/javaee7-samples
Other
2.5k stars 1.66k forks source link

Otherwise they end up in war's lib #448

Open javabean68 opened 5 years ago

javabean68 commented 5 years ago

Hi all,

I'm reading Arun's book and I find it very good done! Direct to the point without too much bloating discussions. I was trying to launch the servlets examples in Docker but WildFly had problems to start because some not compatible dependencies (from java 9 with a module_info.java) were being copied in WEB-INF's lib. I add the scope 'test'...should be perhaps 'provided' better?

At the time the book was written java 9 wasn't around yet :-)

Thanks so much in advance for your feedback! Bye Fabio