Rev 202 | Rev 215 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 202 | Rev 213 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | <name>Framework Core</name> |
10 | <name>Framework Core</name> |
| 11 | <description>Módulo Core do Projeto Framework</description> |
11 | <description>Módulo Core do Projeto Framework</description> |
| 12 | 12 | ||
| 13 | <dependencies>
|
13 | <dependencies>
|
| 14 | <dependency>
|
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> |
- | |
| - | 15 | <groupId>org.primefaces</groupId> |
|
| - | 16 | <artifactId>primefaces</artifactId> |
|
| 21 | </dependency>
|
17 | </dependency>
|
| 22 | <dependency>
|
18 | <dependency>
|
| 23 | <groupId>org.hibernate.javax.persistence</groupId> |
19 | <groupId>org.hibernate.javax.persistence</groupId> |
| 24 | <artifactId>hibernate-jpa-2.0-api</artifactId> |
20 | <artifactId>hibernate-jpa-2.0-api</artifactId> |
| 25 | </dependency>
|
- | |
| 26 | <dependency>
|
- | |
| 27 | <groupId>xstream</groupId> |
- | |
| 28 | <artifactId>xstream</artifactId> |
- | |
| 29 | </dependency>
|
21 | </dependency>
|
| 30 | <dependency>
|
22 | <dependency>
|
| 31 | <groupId>org.hibernate</groupId> |
23 | <groupId>org.hibernate</groupId> |
| 32 | <artifactId>hibernate-entitymanager</artifactId> |
24 | <artifactId>hibernate-entitymanager</artifactId> |
| 33 | </dependency>
|
25 | </dependency>
|
| 34 | <dependency>
|
26 | <dependency>
|
| 35 | <groupId>commons-lang</groupId> |
- | |
| 36 | <artifactId>commons-lang</artifactId> |
- | |
| - | 27 | <groupId>org.hibernate</groupId> |
|
| - | 28 | <artifactId>hibernate-validator</artifactId> |
|
| - | 29 | <scope>provided</scope> |
|
| 37 | </dependency>
|
30 | </dependency>
|
| - | 31 | <!--
|
|
| 38 | <dependency>
|
32 | <dependency>
|
| 39 | <groupId>javax.inject</groupId> |
33 | <groupId>javax.inject</groupId>
|
| 40 | <artifactId>javax.inject</artifactId> |
34 | <artifactId>javax.inject</artifactId>
|
| 41 | <version>1</version> |
- | |
| 42 | </dependency>
|
35 | </dependency>
|
| - | 36 | -->
|
|
| 43 | <dependency>
|
37 | <dependency>
|
| 44 | <groupId>org.apache.commons</groupId> |
- | |
| 45 | <artifactId>commons-email</artifactId> |
- | |
| - | 38 | <groupId>org.springframework</groupId> |
|
| - | 39 | <artifactId>spring-tx</artifactId> |
|
| 46 | </dependency>
|
40 | </dependency>
|
| - | 41 | <dependency>
|
|
| - | 42 | <groupId>org.springframework</groupId> |
|
| - | 43 | <artifactId>spring-webmvc</artifactId> |
|
| - | 44 | </dependency>
|
|
| 47 | <dependency>
|
45 | <dependency>
|
| 48 | <groupId>net.sf.dozer</groupId> |
46 | <groupId>net.sf.dozer</groupId> |
| 49 | <artifactId>dozer</artifactId> |
47 | <artifactId>dozer</artifactId> |
| 50 | </dependency>
|
48 | </dependency>
|
| 51 | <dependency>
|
- | |
| 52 | <groupId>org.primefaces</groupId> |
- | |
| 53 | <artifactId>primefaces</artifactId> |
- | |
| - | 49 | <dependency>
|
|
| - | 50 | <groupId>org.apache.commons</groupId> |
|
| - | 51 | <artifactId>commons-email</artifactId> |
|
| - | 52 | </dependency>
|
|
| - | 53 | <dependency>
|
|
| - | 54 | <groupId>commons-lang</groupId> |
|
| - | 55 | <artifactId>commons-lang</artifactId> |
|
| - | 56 | </dependency>
|
|
| - | 57 | <dependency>
|
|
| - | 58 | <groupId>xstream</groupId> |
|
| - | 59 | <artifactId>xstream</artifactId> |
|
| 54 | </dependency>
|
60 | </dependency>
|
| 55 | </dependencies>
|
61 | </dependencies>
|
| 56 | </project>
|
62 | </project>
|