Subversion Repositories Integrator Subversion

Rev

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>sic</artifactId>
    <version>1.2.0</version>
  </parent>
  <artifactId>sic-web</artifactId>
  <packaging>war</packaging>
 
   <dependencies>
                <!-- 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>
               
        </dependencies>
</project>