Rev 215 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 215 | Rev 364 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 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">
|
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> |
2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <parent>
|
3 | <parent>
|
| 4 | <artifactId>espacocase-framework</artifactId> |
4 | <artifactId>espacocase-framework</artifactId> |
| 5 | <groupId>br.com.ec</groupId> |
5 | <groupId>br.com.ec</groupId> |
| 6 | <version>2.1.0-SNAPSHOT</version> |
- | |
| - | 6 | <version>2.1.1-SNAPSHOT</version> |
|
| 7 | </parent>
|
7 | </parent>
|
| 8 | 8 | ||
| 9 | <artifactId>espacocase-framework-core</artifactId> |
9 | <artifactId>espacocase-framework-core</artifactId> |
| 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> |
| Line 13... | Line 13... | ||
| 13 | <dependencies>
|
13 | <dependencies>
|
| 14 | <dependency>
|
14 | <dependency>
|
| 15 | <groupId>org.primefaces</groupId> |
15 | <groupId>org.primefaces</groupId> |
| 16 | <artifactId>primefaces</artifactId> |
16 | <artifactId>primefaces</artifactId> |
| 17 | </dependency>
|
17 | </dependency>
|
| - | 18 | ||
| 18 | <dependency>
|
19 | <dependency>
|
| 19 | <groupId>org.hibernate.javax.persistence</groupId> |
20 | <groupId>org.hibernate.javax.persistence</groupId> |
| 20 | <artifactId>hibernate-jpa-2.1-api</artifactId> |
21 | <artifactId>hibernate-jpa-2.1-api</artifactId> |
| 21 | </dependency>
|
22 | </dependency>
|
| - | 23 | ||
| 22 | <dependency>
|
24 | <dependency>
|
| 23 | <groupId>org.hibernate</groupId> |
- | |
| 24 | <artifactId>hibernate-entitymanager</artifactId> |
- | |
| - | 25 | <groupId>org.jboss.logging</groupId> |
|
| - | 26 | <artifactId>jboss-logging</artifactId> |
|
| 25 | </dependency>
|
27 | </dependency>
|
| 26 | <dependency>
|
28 | <dependency>
|
| 27 | <groupId>org.hibernate</groupId> |
29 | <groupId>org.hibernate</groupId> |
| 28 | <artifactId>hibernate-validator</artifactId> |
30 | <artifactId>hibernate-validator</artifactId> |
| 29 | <scope>provided</scope> |
31 | <scope>provided</scope> |
| 30 | </dependency>
|
32 | </dependency>
|
| 31 | <!--
|
- | |
| 32 | <dependency>
|
- | |
| 33 | <groupId>javax.inject</groupId>
|
- | |
| 34 | <artifactId>javax.inject</artifactId>
|
- | |
| 35 | </dependency>
|
- | |
| 36 | -->
|
- | |
| - | 33 | ||
| 37 | <dependency>
|
34 | <dependency>
|
| 38 | <groupId>org.springframework</groupId> |
35 | <groupId>org.springframework</groupId> |
| 39 | <artifactId>spring-tx</artifactId> |
36 | <artifactId>spring-tx</artifactId> |
| 40 | </dependency>
|
37 | </dependency>
|
| 41 | <dependency>
|
38 | <dependency>
|