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-web</artifactId> |
||
| 11 | <name>Framework Web</name> |
||
| 12 | <description>Módulo Web do Framework</description> |
||
| 13 | |||
| 14 | <dependencies> |
||
| 15 | <dependency> |
||
| 16 | <groupId>br.com.ec</groupId> |
||
| 17 | <artifactId>framework-core</artifactId> |
||
| 18 | </dependency> |
||
| 19 | |||
| 20 | <dependency> |
||
| 21 | <groupId>javax.faces</groupId> |
||
| 22 | <artifactId>jsf-api</artifactId> |
||
| 23 | </dependency> |
||
| 24 | <!-- <dependency> |
||
| 25 | <groupId>com.sun.faces</groupId> |
||
| 26 | <artifactId>jsf-impl</artifactId> |
||
| 27 | </dependency> --> |
||
| 28 | <dependency> |
||
| 29 | <groupId>org.springframework</groupId> |
||
| 30 | <artifactId>spring-web</artifactId> |
||
| 31 | </dependency> |
||
| 32 | <dependency> |
||
| 33 | <groupId>org.springframework</groupId> |
||
| 34 | <artifactId>spring-webmvc</artifactId> |
||
| 35 | </dependency> |
||
| 36 | <dependency> |
||
| 37 | <groupId>javax.servlet</groupId> |
||
| 38 | <artifactId>servlet-api</artifactId> |
||
| 39 | <scope>provided</scope> |
||
| 40 | </dependency> |
||
| 41 | <!-- <dependency> |
||
| 42 | <groupId>org.apache.tomcat</groupId> |
||
| 43 | <artifactId>tomcat-el-api</artifactId> |
||
| 44 | <scope>provided</scope> |
||
| 45 | </dependency> --> |
||
| 46 | </dependencies> |
||
| 47 | </project> |