Re: Which maven provided dependencies to target Tomcat ?

2018-05-09 Thread Xavier Dupont
lo Xavier, > > Perhaps you can have a look here: > https://wiki.apache.org/tomcat/Specifications. > > Me, I have: > > > javax > javaee-web-api > 7.0 > provided > > > Hope it helps, > > Luis >

Which maven provided dependencies to target Tomcat ?

2018-05-09 Thread Xavier Dupont
Hi guys. If I want to target the Java EE full profile, I use go here https://mvnrepository.com/artifact/javax/javaee-api/8.0 and get the following XML snippet. javax javaee-api 8.0 provided If I want to target the Java EE web profile, I use this url instead