Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
||
| 3 | <modelVersion>4.0.0</modelVersion> |
||
| 4 | <parent> |
||
| 5 | <artifactId>framework</artifactId> |
||
| 6 | <groupId>br.com.ec</groupId> |
||
| 7 | <version>1.3.0</version> |
||
| 8 | </parent> |
||
| 9 | |||
| 10 | <artifactId>framework-core</artifactId> |
||
| 11 | <name>Framework Core</name> |
||
| 12 | <description>Módulo Core do Framework</description> |
||
| 13 | |||
| 14 | <dependencies> |
||
| 15 | <dependency> |
||
| 16 | <groupId>org.springframework</groupId> |
||
| 17 | <artifactId>spring-orm</artifactId> |
||
| 18 | </dependency> |
||
| 19 | <dependency> |
||
| 20 | <groupId>org.hibernate</groupId> |
||
| 21 | <artifactId>hibernate-validator</artifactId> |
||
| 22 | </dependency> |
||
| 23 | <dependency> |
||
| 24 | <groupId>org.hibernate.javax.persistence</groupId> |
||
| 25 | <artifactId>hibernate-jpa-2.0-api</artifactId> |
||
| 26 | </dependency> |
||
| 27 | <dependency> |
||
| 28 | <groupId>org.hibernate</groupId> |
||
| 29 | <artifactId>hibernate-entitymanager</artifactId> |
||
| 30 | </dependency> |
||
| 31 | <dependency> |
||
| 32 | <groupId>commons-lang</groupId> |
||
| 33 | <artifactId>commons-lang</artifactId> |
||
| 34 | </dependency> |
||
| 35 | <dependency> |
||
| 36 | <groupId>org.hibernate</groupId> |
||
| 37 | <artifactId>hibernate-envers</artifactId> |
||
| 38 | </dependency> |
||
| 39 | <dependency> |
||
| 40 | <groupId>org.springframework.security</groupId> |
||
| 41 | <artifactId>spring-security-core</artifactId> |
||
| 42 | </dependency> |
||
| 43 | <!-- <dependency> |
||
| 44 | <groupId>org.springframework.security</groupId> |
||
| 45 | <artifactId>spring-security-web</artifactId> |
||
| 46 | </dependency> |
||
| 47 | <dependency> |
||
| 48 | <groupId>org.springframework.security</groupId> |
||
| 49 | <artifactId>spring-security-config</artifactId> |
||
| 50 | </dependency> --> |
||
| 51 | <!-- |
||
| 52 | <dependency> |
||
| 53 | <groupId>org.springframework</groupId> |
||
| 54 | <artifactId>spring-context-support</artifactId> |
||
| 55 | <version>3.1.2.RELEASE</version> |
||
| 56 | </dependency> |
||
| 57 | --> |
||
| 58 | <dependency> |
||
| 59 | <groupId>commons-email</groupId> |
||
| 60 | <artifactId>commons-email</artifactId> |
||
| 61 | <version>1.1</version> |
||
| 62 | </dependency> |
||
| 63 | |||
| 64 | <!-- <dependency> |
||
| 65 | <groupId>junit</groupId> |
||
| 66 | <artifactId>junit</artifactId> |
||
| 67 | </dependency> --> |
||
| 68 | |||
| 69 | <dependency> |
||
| 70 | <groupId>org.primefaces</groupId> |
||
| 71 | <artifactId>primefaces</artifactId> |
||
| 72 | </dependency> |
||
| 73 | |||
| 74 | <!-- <dependency> |
||
| 75 | <groupId>org.apache.velocity</groupId> |
||
| 76 | <artifactId>velocity</artifactId> |
||
| 77 | </dependency> --> |
||
| 78 | <dependency> |
||
| 79 | <groupId>javax.servlet</groupId> |
||
| 80 | <artifactId>servlet-api</artifactId> |
||
| 81 | </dependency> |
||
| 82 | <!-- <dependency> |
||
| 83 | <groupId>javax.servlet</groupId> |
||
| 84 | <artifactId>jsp-api</artifactId> |
||
| 85 | </dependency> --> |
||
| 86 | |||
| 87 | <dependency> |
||
| 88 | <groupId>br.com.caelum.stella</groupId> |
||
| 89 | <artifactId>caelum-stella-core</artifactId> |
||
| 90 | </dependency> |
||
| 91 | |||
| 92 | <!-- Dependencias relatorios --> |
||
| 93 | <dependency> |
||
| 94 | <groupId>net.sf.jasperreports</groupId> |
||
| 95 | <artifactId>jasperreports</artifactId> |
||
| 96 | </dependency> |
||
| 97 | <dependency> |
||
| 98 | <groupId>com.itextpdf</groupId> |
||
| 99 | <artifactId>itextpdf</artifactId> |
||
| 100 | </dependency> |
||
| 101 | </dependencies> |
||
| 102 | </project> |