Rev 213 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 213 | 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 | <groupId>br.com.ec</groupId> |
4 | <groupId>br.com.ec</groupId> |
| 5 | <artifactId>espacocase-framework</artifactId> |
5 | <artifactId>espacocase-framework</artifactId> |
| 6 | <version>2.1.0-SNAPSHOT</version> |
- | |
| - | 6 | <version>2.1.1-SNAPSHOT</version> |
|
| 7 | </parent>
|
7 | </parent>
|
| 8 | <artifactId>espacocase-framework-test</artifactId> |
8 | <artifactId>espacocase-framework-test</artifactId> |
| 9 | <name>Framework Test</name> |
9 | <name>Framework Test</name> |
| 10 | 10 | ||
| 11 | <dependencies>
|
11 | <dependencies>
|
| Line 19... | Line 19... | ||
| 19 | </dependency>
|
19 | </dependency>
|
| 20 | 20 | ||
| 21 | <dependency>
|
21 | <dependency>
|
| 22 | <groupId>org.dbunit</groupId> |
22 | <groupId>org.dbunit</groupId> |
| 23 | <artifactId>dbunit</artifactId> |
23 | <artifactId>dbunit</artifactId> |
| - | 24 | </dependency>
|
|
| - | 25 | ||
| - | 26 | <dependency>
|
|
| - | 27 | <groupId>org.aspectj</groupId> |
|
| - | 28 | <artifactId>aspectjrt</artifactId> |
|
| - | 29 | </dependency>
|
|
| - | 30 | <dependency>
|
|
| - | 31 | <groupId>org.aspectj</groupId> |
|
| - | 32 | <artifactId>aspectjweaver</artifactId> |
|
| - | 33 | </dependency>
|
|
| - | 34 | ||
| - | 35 | <dependency>
|
|
| - | 36 | <groupId>org.slf4j</groupId> |
|
| - | 37 | <artifactId>slf4j-nop</artifactId> |
|
| 24 | </dependency>
|
38 | </dependency>
|
| 25 | 39 | ||
| 26 | <!--
|
40 | <!--
|
| 27 | <dependency>
|
41 | <dependency>
|
| 28 | <groupId>org.hibernate</groupId>
|
42 | <groupId>org.hibernate</groupId>
|
| Line 73... | Line 87... | ||
| 73 | </dependency>
|
87 | </dependency>
|
| 74 | <dependency>
|
88 | <dependency>
|
| 75 | <groupId>org.springframework</groupId>
|
89 | <groupId>org.springframework</groupId>
|
| 76 | <artifactId>spring-expression</artifactId>
|
90 | <artifactId>spring-expression</artifactId>
|
| 77 | </dependency>
|
91 | </dependency>
|
| 78 | <dependency>
|
- | |
| 79 | <groupId>org.aspectj</groupId>
|
- | |
| 80 | <artifactId>aspectjrt</artifactId>
|
- | |
| 81 | </dependency>
|
- | |
| - | 92 |
|
|
| 82 | <dependency>
|
93 | <dependency>
|
| 83 | <groupId>org.hibernate</groupId>
|
94 | <groupId>org.hibernate</groupId>
|
| 84 | <artifactId>hibernate-validator</artifactId>
|
95 | <artifactId>hibernate-validator</artifactId>
|
| 85 | </dependency>
|
96 | </dependency>
|
| 86 | <dependency>
|
97 | <dependency>
|
| 87 | <groupId>org.hibernate.javax.persistence</groupId>
|
98 | <groupId>org.hibernate.javax.persistence</groupId>
|
| 88 | <artifactId>hibernate-jpa-2.0-api</artifactId>
|
99 | <artifactId>hibernate-jpa-2.0-api</artifactId>
|
| 89 | </dependency>
|
100 | </dependency>
|
| 90 | 101 | ||
| 91 | <dependency>
|
- | |
| 92 | <groupId>org.slf4j</groupId>
|
- | |
| 93 | <artifactId>slf4j-nop</artifactId>
|
- | |
| 94 | <version>1.5.11</version>
|
- | |
| 95 | </dependency>
|
- | |
| - | 102 |
|
|
| 96 | 103 | ||
| 97 | <dependency>
|
104 | <dependency>
|
| 98 | <groupId>javax.el</groupId>
|
105 | <groupId>javax.el</groupId>
|
| 99 | <artifactId>el-api</artifactId>
|
106 | <artifactId>el-api</artifactId>
|
| 100 | <version>1.0</version>
|
107 | <version>1.0</version>
|