Subversion Repositories Integrator Subversion

Rev

Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
        <modelVersion>4.0.0</modelVersion>
3
        <parent>
4
                <artifactId>cesmac-framework</artifactId>
5
                <groupId>br.edu.cesmac</groupId>
6
                <version>1.12.0-SNAPSHOT</version>
7
        </parent>
8
 
9
        <artifactId>cesmac-framework-ws</artifactId>
10
        <name>Framework WS</name>
11
        <description>Módulo Webservice do Projeto Framework</description>
12
 
13
        <dependencies>
14
 
15
                <dependency>
16
                        <groupId>com.google.code.gson</groupId>
17
                        <artifactId>gson</artifactId>
18
                </dependency>
19
 
20
                <dependency>
21
                        <groupId>com.sun.jersey</groupId>
22
                        <artifactId>jersey-client</artifactId>
23
                </dependency>
24
 
25
                <dependency>
26
                        <groupId>com.sun.jersey</groupId>
27
                        <artifactId>jersey-json</artifactId>
28
                </dependency>
29
 
30
                <dependency>
31
                        <groupId>br.edu.cesmac</groupId>
32
                        <artifactId>cesmac-framework-core</artifactId>
33
                </dependency>
34
 
35
        </dependencies>
36
</project>