1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >com.mycompany</groupId >
5+ <artifactId >calculonotas-cliente</artifactId >
6+ <packaging >war</packaging >
7+ <version >1.0</version >
8+ <name >calculonotas-cliente Maven Webapp</name >
9+ <url >http://maven.apache.org</url >
10+
11+
12+
13+ <dependencies >
14+ <dependency >
15+ <groupId >org.springframework</groupId >
16+ <artifactId >spring-context-support</artifactId >
17+ <version >3.0.5.RELEASE</version >
18+ </dependency >
19+
20+ <dependency >
21+ <groupId >org.apache.cxf</groupId >
22+ <artifactId >cxf-rt-frontend-jaxws</artifactId >
23+ <version >2.5.0</version >
24+ </dependency >
25+ <dependency >
26+ <groupId >org.apache.cxf</groupId >
27+ <artifactId >cxf-rt-transports-http</artifactId >
28+ <version >2.5.0</version >
29+ </dependency >
30+
31+ <dependency >
32+ <groupId >log4j</groupId >
33+ <artifactId >log4j</artifactId >
34+ <version >1.2.14</version >
35+ </dependency >
36+ <dependency >
37+ <groupId >junit</groupId >
38+ <artifactId >junit</artifactId >
39+ <version >4.8.1</version >
40+ <scope >test</scope >
41+ </dependency >
42+ <dependency >
43+ <groupId >org.springframework</groupId >
44+ <artifactId >spring-test</artifactId >
45+ <version >3.0.5.RELEASE</version >
46+ <scope >test</scope >
47+ </dependency >
48+ </dependencies >
49+ <build >
50+ <finalName >calculonotas-cliente</finalName >
51+ </build >
52+ </project >
53+
0 commit comments