Rev 202 | Rev 364 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 200 | 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 | <groupId>br.com.ec</groupId> |
||
| 5 | <artifactId>espacocase-framework</artifactId> |
||
| 202 | espaco | 6 | <version>2.1.0-SNAPSHOT</version> |
| 200 | espaco | 7 | </parent> |
| 8 | <artifactId>espacocase-framework-test</artifactId> |
||
| 9 | <name>Framework Test</name> |
||
| 10 | |||
| 11 | <dependencies> |
||
| 12 | <dependency> |
||
| 13 | <groupId>br.com.ec</groupId> |
||
| 14 | <artifactId>espacocase-framework-core</artifactId> |
||
| 15 | </dependency> |
||
| 16 | <dependency> |
||
| 17 | <groupId>br.com.ec</groupId> |
||
| 18 | <artifactId>espacocase-framework-web</artifactId> |
||
| 19 | </dependency> |
||
| 213 | espaco | 20 | |
| 200 | espaco | 21 | <dependency> |
| 213 | espaco | 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 | |||
| 42 | <dependency> |
||
| 200 | espaco | 43 | <groupId>junit</groupId> |
| 44 | <artifactId>junit</artifactId> |
||
| 45 | </dependency> |
||
| 46 | <dependency> |
||
| 47 | <groupId>org.jmock</groupId> |
||
| 48 | <artifactId>jmock-junit4</artifactId> |
||
| 49 | </dependency> |
||
| 50 | <dependency> |
||
| 51 | <groupId>org.jmock</groupId> |
||
| 52 | <artifactId>jmock-legacy</artifactId> |
||
| 53 | </dependency> |
||
| 54 | <dependency> |
||
| 55 | <groupId>org.springframework</groupId> |
||
| 56 | <artifactId>spring-test</artifactId> |
||
| 57 | </dependency> |
||
| 58 | <dependency> |
||
| 59 | <groupId>org.springframework</groupId> |
||
| 60 | <artifactId>spring-orm</artifactId> |
||
| 61 | </dependency> |
||
| 62 | <dependency> |
||
| 63 | <groupId>org.springframework</groupId> |
||
| 64 | <artifactId>spring-context</artifactId> |
||
| 65 | </dependency> |
||
| 66 | <dependency> |
||
| 67 | <groupId>org.springframework</groupId> |
||
| 68 | <artifactId>spring-aop</artifactId> |
||
| 69 | </dependency> |
||
| 70 | <dependency> |
||
| 71 | <groupId>org.springframework</groupId> |
||
| 72 | <artifactId>spring-aspects</artifactId> |
||
| 73 | </dependency> |
||
| 74 | <dependency> |
||
| 75 | <groupId>org.springframework</groupId> |
||
| 76 | <artifactId>spring-expression</artifactId> |
||
| 77 | </dependency> |
||
| 78 | <dependency> |
||
| 79 | <groupId>org.aspectj</groupId> |
||
| 80 | <artifactId>aspectjrt</artifactId> |
||
| 81 | </dependency> |
||
| 82 | <dependency> |
||
| 83 | <groupId>org.hibernate</groupId> |
||
| 84 | <artifactId>hibernate-validator</artifactId> |
||
| 85 | </dependency> |
||
| 86 | <dependency> |
||
| 87 | <groupId>org.hibernate.javax.persistence</groupId> |
||
| 88 | <artifactId>hibernate-jpa-2.0-api</artifactId> |
||
| 89 | </dependency> |
||
| 90 | |||
| 91 | <dependency> |
||
| 92 | <groupId>org.slf4j</groupId> |
||
| 93 | <artifactId>slf4j-nop</artifactId> |
||
| 94 | <version>1.5.11</version> |
||
| 95 | </dependency> |
||
| 96 | |||
| 97 | <dependency> |
||
| 98 | <groupId>javax.el</groupId> |
||
| 99 | <artifactId>el-api</artifactId> |
||
| 100 | <version>1.0</version> |
||
| 101 | </dependency> |
||
| 213 | espaco | 102 | --> |
| 200 | espaco | 103 | |
| 104 | </dependencies> |
||
| 105 | </project> |