Subversion Repositories Integrator Subversion

Rev

Blame | Last modification | View Log | Download | RSS feed

<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <artifactId>cesmac-framework</artifactId>
                <groupId>br.edu.cesmac</groupId>
                <version>1.10.0</version>
        </parent>
 
        <artifactId>cesmac-framework-ws</artifactId>
        <name>Framework WS</name>
        <description>Módulo Webservice do Projeto Framework</description>
 
        <dependencies>
       
                <dependency>
                        <groupId>com.google.code.gson</groupId>
                        <artifactId>gson</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>com.sun.jersey</groupId>
                        <artifactId>jersey-client</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>com.sun.jersey</groupId>
                        <artifactId>jersey-json</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>br.edu.cesmac</groupId>
                        <artifactId>cesmac-framework-core</artifactId>
                </dependency>
                               
        </dependencies>
</project>