Advertisement
javapapo

war-dependencies

May 29th, 2014
8,404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 KB | None | 0 0
  1. <packaging>war</packaging>
  2.     <build>
  3.          <finalName>${project.artifactId}</finalName>
  4.     </build>
  5.       <dependencies>
  6.          <dependency>
  7.            <groupId>javax</groupId>
  8.             <artifactId>javaee-api</artifactId>
  9.              <scope>provided</scope>
  10.              </dependency>
  11.             <dependency>
  12.               <groupId>gr.javapapo</groupId>
  13.               <artifactId>sample-services</artifactId>
  14.             <version>0.0.1-SNAPSHOT</version>
  15.            </dependency>
  16.     </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement