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" 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.edu.cesmac</groupId> |
||
| 5 | <artifactId>sic</artifactId> |
||
| 6 | <version>1.2.0</version> |
||
| 7 | </parent> |
||
| 8 | <artifactId>sic-web</artifactId> |
||
| 9 | <packaging>war</packaging> |
||
| 10 | |||
| 11 | <dependencies> |
||
| 12 | <!-- MODULOS --> |
||
| 13 | <dependency> |
||
| 14 | <groupId>br.edu.cesmac</groupId> |
||
| 15 | <artifactId>sic-core</artifactId> |
||
| 16 | </dependency> |
||
| 17 | |||
| 18 | <dependency> |
||
| 19 | <groupId>br.edu.cesmac</groupId> |
||
| 20 | <artifactId>scg-web-componente</artifactId> |
||
| 21 | </dependency> |
||
| 22 | |||
| 23 | <dependency> |
||
| 24 | <groupId>br.edu.cesmac</groupId> |
||
| 25 | <artifactId>cesmac-framework-web</artifactId> |
||
| 26 | </dependency> |
||
| 27 | |||
| 28 | <dependency> |
||
| 29 | <groupId>org.springframework</groupId> |
||
| 30 | <artifactId>spring-web</artifactId> |
||
| 31 | </dependency> |
||
| 32 | |||
| 33 | <!-- JSF dependencies --> |
||
| 34 | <dependency> |
||
| 35 | <groupId>com.sun.faces</groupId> |
||
| 36 | <artifactId>jsf-impl</artifactId> |
||
| 37 | </dependency> |
||
| 38 | |||
| 39 | <dependency> |
||
| 40 | <groupId>javax.servlet</groupId> |
||
| 41 | <artifactId>jstl</artifactId> |
||
| 42 | </dependency> |
||
| 43 | |||
| 44 | <dependency> |
||
| 45 | <groupId>org.primefaces.themes</groupId> |
||
| 46 | <artifactId>bootstrap</artifactId> |
||
| 47 | </dependency> |
||
| 48 | |||
| 49 | <dependency> |
||
| 50 | <groupId>javax.servlet</groupId> |
||
| 51 | <artifactId>servlet-api</artifactId> |
||
| 52 | <scope>provided</scope> |
||
| 53 | </dependency> |
||
| 54 | |||
| 55 | <dependency> |
||
| 56 | <groupId>commons-fileupload</groupId> |
||
| 57 | <artifactId>commons-fileupload</artifactId> |
||
| 58 | </dependency> |
||
| 59 | |||
| 60 | <dependency> |
||
| 61 | <groupId>br.edu.cesmac</groupId> |
||
| 62 | <artifactId>tomcat-resource</artifactId> |
||
| 63 | </dependency> |
||
| 64 | |||
| 65 | </dependencies> |
||
| 66 | </project> |