Blame |
Last modification |
View Log
| Download
| RSS feed
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>br.edu.cesmac</groupId>
<artifactId>sis</artifactId>
<version>1.18.0-SNAPSHOT</version>
</parent>
<artifactId>sis-web</artifactId>
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
<!-- MODULOS -->
<dependency>
<groupId>br.edu.cesmac</groupId>
<artifactId>sic-core</artifactId>
</dependency>
<dependency>
<groupId>br.edu.cesmac</groupId>
<artifactId>scg-web-componente</artifactId>
</dependency>
<dependency>
<groupId>br.edu.cesmac</groupId>
<artifactId>cesmac-framework-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<!-- JSF dependencies -->
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-impl</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<dependency>
<groupId>org.primefaces.themes</groupId>
<artifactId>bootstrap</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
<dependency>
<groupId>br.edu.cesmac</groupId>
<artifactId>tomcat-resource</artifactId>
</dependency>
<dependency>
<groupId>org.primefaces.ultima</groupId>
<artifactId>ultima-theme</artifactId>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.faces</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>