diff --git a/pom.xml b/pom.xml index 1b36cc7..d58a2da 100644 --- a/pom.xml +++ b/pom.xml @@ -1,231 +1,231 @@ - 4.0.0 - - net.java - cargo-tracker - 1.0-SNAPSHOT - war - - cargo-tracker - https://github.com/javaee/cargotracker/ - - - ${project.build.directory}/endorsed - UTF-8 - 1.7 - gfv3ee6 - /tmp - http://localhost:8080/cargo-tracker/rest/graph-traversal/shortest-path - - - - - - primefaces - http://repository.primefaces.org - - - - - - - - org.jboss.arquillian - arquillian-bom - 1.1.10.Final - import - pom - - - - - - - - javax - javaee-api - 7.0 - provided - - - - - org.glassfish.jersey.containers - jersey-container-servlet-core - 2.38 - provided - - - org.glassfish.jersey.media - jersey-media-moxy - 2.0 - provided - - - - - org.apache.commons - commons-lang3 - 3.12.0 - compile - - - - - org.primefaces - primefaces - 5.2 - - - org.primefaces.themes - ui-lightness - 1.0.10 - - - - - junit - junit - 4.12 - test - - - org.jboss.arquillian.junit - arquillian-junit-container - test - - - - org.jboss.shrinkwrap.resolver - shrinkwrap-resolver-impl-maven - test - - - - - cargo-tracker - - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - 1.7 - 1.7 - - ${endorsed.dir} - - - - - org.apache.maven.plugins - maven-war-plugin - 2.6 - - false - true - - - - maven-surefire-plugin - 2.18.1 - - true - - - ${project.activeProfiles[0].id} - - - - - - - - - - glassfish - - true - - - - org.jboss.arquillian.container - arquillian-glassfish-remote-3.1 - 1.0.0.CR4 - test - - - - - - org.codehaus.cargo - cargo-maven2-plugin - 1.4.14 - - - glassfish4x - - http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip - - - - cargo-tracker - - - - - - - - - - weblogic - - false - - - http://localhost:7001/cargo-tracker/rest/graph-traversal/shortest-path - - - - org.jboss.arquillian.container - arquillian-wls-remote-12.1.2 - 1.0.0.Alpha3 - test - - - - - - org.apache.maven.plugins - maven-war-plugin - 2.6 - - false - true - ${basedir}/src/weblogic/webapp/WEB-INF/web.xml - - - - maven-surefire-plugin - 2.18.1 - - true - - - ${project.activeProfiles[0].id} - - ${project.activeProfiles[0].id} - - - - - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + net.java + cargo-tracker + 1.0-SNAPSHOT + war + + cargo-tracker + https://github.com/javaee/cargotracker/ + + + ${project.build.directory}/endorsed + UTF-8 + 1.7 + gfv3ee6 + /tmp + http://localhost:8080/cargo-tracker/rest/graph-traversal/shortest-path + + + + + + primefaces + http://repository.primefaces.org + + + + + + + + org.jboss.arquillian + arquillian-bom + 1.1.10.Final + import + pom + + + + + + + + javax + javaee-api + 7.0 + provided + + + + + org.glassfish.jersey.containers + jersey-container-servlet-core + 2.38 + provided + + + org.glassfish.jersey.media + jersey-media-moxy + 2.38 + provided + + + + + org.apache.commons + commons-lang3 + 3.12.0 + compile + + + + + org.primefaces + primefaces + 5.2 + + + org.primefaces.themes + ui-lightness + 1.0.10 + + + + + junit + junit + 4.12 + test + + + org.jboss.arquillian.junit + arquillian-junit-container + test + + + + org.jboss.shrinkwrap.resolver + shrinkwrap-resolver-impl-maven + test + + + + + cargo-tracker + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.7 + 1.7 + + ${endorsed.dir} + + + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + false + true + + + + maven-surefire-plugin + 2.18.1 + + true + + + ${project.activeProfiles[0].id} + + + + + + + + + + glassfish + + true + + + + org.jboss.arquillian.container + arquillian-glassfish-remote-3.1 + 1.0.0.CR4 + test + + + + + + org.codehaus.cargo + cargo-maven2-plugin + 1.4.14 + + + glassfish4x + + http://download.java.net/glassfish/4.1/release/glassfish-4.1.zip + + + + cargo-tracker + + + + + + + + + + weblogic + + false + + + http://localhost:7001/cargo-tracker/rest/graph-traversal/shortest-path + + + + org.jboss.arquillian.container + arquillian-wls-remote-12.1.2 + 1.0.0.Alpha3 + test + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + false + true + ${basedir}/src/weblogic/webapp/WEB-INF/web.xml + + + + maven-surefire-plugin + 2.18.1 + + true + + + ${project.activeProfiles[0].id} + + ${project.activeProfiles[0].id} + + + + + + + \ No newline at end of file