maven - pom.xml tomEE 1.6.0 -


i find/create pom.xml containing libraries included in tomee, using "provided" scope. goal of make "pom parent" of webproject, , have no risk use other library version, or other implementation.

does such pom.xml exist? or there simple way create it?

thanks in advance

clément

because javaee specification, there several available.

i use 1 several reasons. in organization's parent pom projects automatically pull in:

<dependencies>     <dependency>         <groupid>org.apache.openejb</groupid>         <artifactid>javaee-api</artifactid>         <version>6.0-2</version>         <scope>provided</scope>     </dependency> </dependencies> 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -