Rev 202 | Rev 364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 202 | Rev 213 | ||
|---|---|---|---|
| Line 15... | Line 15... | ||
| 15 | </dependency>
|
15 | </dependency>
|
| 16 | <dependency>
|
16 | <dependency>
|
| 17 | <groupId>br.com.ec</groupId> |
17 | <groupId>br.com.ec</groupId> |
| 18 | <artifactId>espacocase-framework-web</artifactId> |
18 | <artifactId>espacocase-framework-web</artifactId> |
| 19 | </dependency>
|
19 | </dependency>
|
| 20 | - | ||
| - | 20 | ||
| - | 21 | <dependency>
|
|
| - | 22 | <groupId>org.dbunit</groupId> |
|
| - | 23 | <artifactId>dbunit</artifactId> |
|
| - | 24 | </dependency>
|
|
| - | 25 | ||
| - | 26 | <!--
|
|
| - | 27 | <dependency>
|
|
| - | 28 | <groupId>org.hibernate</groupId>
|
|
| - | 29 | <artifactId>hibernate-validator</artifactId>
|
|
| - | 30 | </dependency>
|
|
| - | 31 | <dependency>
|
|
| - | 32 | <groupId>org.hibernate.javax.persistence</groupId>
|
|
| - | 33 | <artifactId>hibernate-jpa-2.0-api</artifactId>
|
|
| - | 34 | </dependency>
|
|
| - | 35 |
|
|
| - | 36 | <dependency>
|
|
| - | 37 | <groupId>org.springframework</groupId>
|
|
| - | 38 | <artifactId>spring-context</artifactId>
|
|
| - | 39 | </dependency>
|
|
| - | 40 |
|
|
| - | 41 |
|
|
| 21 | <dependency>
|
42 | <dependency>
|
| 22 | <groupId>junit</groupId> |
43 | <groupId>junit</groupId>
|
| 23 | <artifactId>junit</artifactId> |
44 | <artifactId>junit</artifactId>
|
| 24 | </dependency>
|
45 | </dependency>
|
| 25 | <dependency>
|
46 | <dependency>
|
| Line 70... | Line 91... | ||
| 70 | <dependency>
|
91 | <dependency>
|
| 71 | <groupId>org.slf4j</groupId> |
92 | <groupId>org.slf4j</groupId>
|
| 72 | <artifactId>slf4j-nop</artifactId> |
93 | <artifactId>slf4j-nop</artifactId>
|
| 73 | <version>1.5.11</version> |
94 | <version>1.5.11</version>
|
| 74 | </dependency>
|
95 | </dependency>
|
| 75 | - | ||
| 76 | <!-- MSSQL Server Java Connector dependency -->
|
- | |
| 77 | <!-- <dependency>
|
- | |
| 78 | <groupId>com.microsoft.sqlserver</groupId>
|
- | |
| 79 | <artifactId>sqljdbc4</artifactId>
|
- | |
| 80 | <version>4.4.0</version>
|
- | |
| 81 | </dependency> -->
|
- | |
| 82 | 96 | ||
| 83 | <dependency>
|
97 | <dependency>
|
| 84 | <groupId>javax.el</groupId> |
98 | <groupId>javax.el</groupId>
|
| 85 | <artifactId>el-api</artifactId> |
99 | <artifactId>el-api</artifactId>
|
| 86 | <version>1.0</version> |
100 | <version>1.0</version>
|
| 87 | </dependency>
|
101 | </dependency>
|
| - | 102 | -->
|
|
| 88 | 103 | ||
| 89 | <dependency>
|
- | |
| 90 | <groupId>org.dbunit</groupId> |
- | |
| 91 | <artifactId>dbunit</artifactId> |
- | |
| 92 | </dependency>
|
- | |
| 93 | </dependencies>
|
104 | </dependencies>
|
| 94 | </project>
|
105 | </project>
|