Subversion Repositories Integrator Subversion

Rev

Rev 202 | Rev 364 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
200 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">
213 espaco 2
        <modelVersion>4.0.0</modelVersion>
3
        <parent>
4
        <groupId>br.com.ec</groupId>
5
        <artifactId>espacocase-framework</artifactId>
6
        <version>2.1.0-SNAPSHOT</version>
7
        </parent>
8
        <artifactId>espacocase-framework-views</artifactId>
200 espaco 9
 
213 espaco 10
        <dependencies>
200 espaco 11
                <dependency>
12
                        <groupId>org.hibernate</groupId>
13
                        <artifactId>hibernate-core</artifactId>
14
                        <scope>provided</scope>
15
                </dependency>
213 espaco 16
        </dependencies>
200 espaco 17
</project>