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-core</artifactId> |
||
| 10 | <name>Framework Core</name> |
||
| 11 | <description>Módulo Core do Projeto Framework</description> |
||
| 12 | |||
| 13 | <dependencies> |
||
| 14 | <dependency> |
||
| 15 | <groupId>org.springframework</groupId> |
||
| 16 | <artifactId>spring-orm</artifactId> |
||
| 17 | </dependency> |
||
| 18 | <dependency> |
||
| 19 | <groupId>org.hibernate</groupId> |
||
| 20 | <artifactId>hibernate-validator</artifactId> |
||
| 21 | </dependency> |
||
| 22 | <dependency> |
||
| 23 | <groupId>org.hibernate.javax.persistence</groupId> |
||
| 24 | <artifactId>hibernate-jpa-2.0-api</artifactId> |
||
| 25 | </dependency> |
||
| 26 | <dependency> |
||
| 27 | <groupId>xstream</groupId> |
||
| 28 | <artifactId>xstream</artifactId> |
||
| 29 | </dependency> |
||
| 30 | <dependency> |
||
| 31 | <groupId>org.hibernate</groupId> |
||
| 32 | <artifactId>hibernate-entitymanager</artifactId> |
||
| 33 | </dependency> |
||
| 34 | <dependency> |
||
| 35 | <groupId>commons-lang</groupId> |
||
| 36 | <artifactId>commons-lang</artifactId> |
||
| 37 | </dependency> |
||
| 38 | <dependency> |
||
| 39 | <groupId>javax.inject</groupId> |
||
| 40 | <artifactId>javax.inject</artifactId> |
||
| 41 | <version>1</version> |
||
| 42 | </dependency> |
||
| 43 | <dependency> |
||
| 44 | <groupId>org.apache.commons</groupId> |
||
| 45 | <artifactId>commons-email</artifactId> |
||
| 46 | </dependency> |
||
| 47 | <dependency> |
||
| 48 | <groupId>net.sf.dozer</groupId> |
||
| 49 | <artifactId>dozer</artifactId> |
||
| 50 | </dependency> |
||
| 51 | <dependency> |
||
| 52 | <groupId>org.primefaces</groupId> |
||
| 53 | <artifactId>primefaces</artifactId> |
||
| 54 | </dependency> |
||
| 55 | </dependencies> |
||
| 56 | </project> |