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>sis</artifactId> |
||
| 6 | <version>1.18.0-SNAPSHOT</version> |
||
| 7 | </parent> |
||
| 8 | <artifactId>sis-web</artifactId> |
||
| 9 | <packaging>war</packaging> |
||
| 10 | |||
| 11 | <dependencies> |
||
| 12 | <dependency> |
||
| 13 | <groupId>org.jsoup</groupId> |
||
| 14 | <artifactId>jsoup</artifactId> |
||
| 15 | </dependency> |
||
| 16 | <!-- MODULOS --> |
||
| 17 | <dependency> |
||
| 18 | <groupId>br.edu.cesmac</groupId> |
||
| 19 | <artifactId>sic-core</artifactId> |
||
| 20 | </dependency> |
||
| 21 | |||
| 22 | <dependency> |
||
| 23 | <groupId>br.edu.cesmac</groupId> |
||
| 24 | <artifactId>scg-web-componente</artifactId> |
||
| 25 | </dependency> |
||
| 26 | |||
| 27 | <dependency> |
||
| 28 | <groupId>br.edu.cesmac</groupId> |
||
| 29 | <artifactId>cesmac-framework-web</artifactId> |
||
| 30 | </dependency> |
||
| 31 | |||
| 32 | <dependency> |
||
| 33 | <groupId>org.springframework</groupId> |
||
| 34 | <artifactId>spring-web</artifactId> |
||
| 35 | </dependency> |
||
| 36 | |||
| 37 | <!-- JSF dependencies --> |
||
| 38 | <dependency> |
||
| 39 | <groupId>com.sun.faces</groupId> |
||
| 40 | <artifactId>jsf-impl</artifactId> |
||
| 41 | </dependency> |
||
| 42 | |||
| 43 | <dependency> |
||
| 44 | <groupId>javax.servlet</groupId> |
||
| 45 | <artifactId>jstl</artifactId> |
||
| 46 | </dependency> |
||
| 47 | |||
| 48 | <dependency> |
||
| 49 | <groupId>org.primefaces.themes</groupId> |
||
| 50 | <artifactId>bootstrap</artifactId> |
||
| 51 | </dependency> |
||
| 52 | |||
| 53 | <dependency> |
||
| 54 | <groupId>javax.servlet</groupId> |
||
| 55 | <artifactId>servlet-api</artifactId> |
||
| 56 | <scope>provided</scope> |
||
| 57 | </dependency> |
||
| 58 | |||
| 59 | <dependency> |
||
| 60 | <groupId>commons-fileupload</groupId> |
||
| 61 | <artifactId>commons-fileupload</artifactId> |
||
| 62 | </dependency> |
||
| 63 | |||
| 64 | <dependency> |
||
| 65 | <groupId>br.edu.cesmac</groupId> |
||
| 66 | <artifactId>tomcat-resource</artifactId> |
||
| 67 | </dependency> |
||
| 68 | |||
| 69 | <dependency> |
||
| 70 | <groupId>org.primefaces.ultima</groupId> |
||
| 71 | <artifactId>ultima-theme</artifactId> |
||
| 72 | </dependency> |
||
| 73 | <dependency> |
||
| 74 | <groupId>org.primefaces</groupId> |
||
| 75 | <artifactId>primefaces</artifactId> |
||
| 76 | </dependency> |
||
| 77 | <dependency> |
||
| 78 | <groupId>org.glassfish</groupId> |
||
| 79 | <artifactId>javax.faces</artifactId> |
||
| 80 | </dependency> |
||
| 81 | <dependency> |
||
| 82 | <groupId>javax.servlet.jsp</groupId> |
||
| 83 | <artifactId>jsp-api</artifactId> |
||
| 84 | <scope>provided</scope> |
||
| 85 | </dependency> |
||
| 86 | </dependencies> |
||
| 87 | </project> |