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-core</artifactId>
 
   <dependencies>
                <!-- MODULOS -->
                <dependency>
                        <groupId>br.edu.cesmac</groupId>
                        <artifactId>cesmac-framework-core</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>br.edu.cesmac</groupId>
                        <artifactId>cesmac-framework-views</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>br.edu.cesmac</groupId>
                        <artifactId>sca-seguranca</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>br.edu.cesmac</groupId>
                        <artifactId>sac-shared</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>br.edu.cesmac</groupId>
                        <artifactId>scf-shared</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>br.edu.cesmac</groupId>
                        <artifactId>cesmac-framework-relatorio</artifactId>
                        <exclusions>
                                <exclusion>
                                        <groupId>net.sf.jasperreports</groupId>
                                        <artifactId>jasperreports</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                        <groupId>net.sf.jasperreports</groupId>
                        <artifactId>jasperreports</artifactId>
                        <version>6.1.1</version>
                </dependency>
               
                <dependency>
                        <groupId>br.edu.cesmac</groupId>
                        <artifactId>relatorio-font-arial</artifactId>
                </dependency>
               
                <!-- Hibernate dependency -->
                <dependency>
                        <groupId>org.hibernate</groupId>
                        <artifactId>hibernate-core</artifactId>
                        <scope>compile</scope>
                </dependency>
               
                <dependency>
                        <groupId>org.hibernate</groupId>
                        <artifactId>hibernate-envers</artifactId>
                </dependency>
               
                <!-- MSSQL Server Java Connector dependency -->
                <dependency>
                        <groupId>net.sourceforge.jtds</groupId>
                        <artifactId>jtds</artifactId>
                </dependency>
                               
                <!-- c3p0 dependency -->
                <dependency>
                        <groupId>c3p0</groupId>
                        <artifactId>c3p0</artifactId>
                </dependency>

                <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjrt</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjweaver</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-nop</artifactId>
                </dependency>
               
                <!-- Spring 3 dependencies -->
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-core</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-context</artifactId>
                </dependency>  
               
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-tx</artifactId>
                </dependency>
           
        <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-aspects</artifactId>
                </dependency>
               
                <!-- Dependências do Spring Security -->
                <dependency>
                        <groupId>org.springframework.security</groupId>
                        <artifactId>spring-security-web</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.springframework.security</groupId>
                        <artifactId>spring-security-config</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.springframework.security</groupId>
                        <artifactId>spring-security-core</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.springframework.security</groupId>
                        <artifactId>spring-security-acl</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjrt</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjweaver</artifactId>
                </dependency>
               
            <!-- Dependencias de Teste -->
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.jmock</groupId>
                        <artifactId>jmock-junit4</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.jmock</groupId>
                        <artifactId>jmock-legacy</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-test</artifactId>
                        <scope>test</scope>
                </dependency>
               
                <dependency>
                        <groupId>br.edu.cesmac</groupId>
                        <artifactId>cesmac-framework-test</artifactId>
                        <scope>test</scope>
                </dependency>

                <!-- Fim das dependencias de Teste -->
               
                <!-- log4j
                <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>
                </dependency>
                 -->
               
                <dependency>
                        <groupId>org.apache.poi</groupId>
                        <artifactId>ooxml-schemas</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>org.apache.poi</groupId>
                        <artifactId>poi-ooxml-schemas</artifactId>
                </dependency>
               
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-email</artifactId>
                        <version>1.3.2</version>
                </dependency>
               
                <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>servlet-api</artifactId>
                        <scope>provided</scope>
                </dependency>
        </dependencies>

        <build>
                <plugins>
                        <!-- Configuração de execução de testes -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <version>2.5</version>
                                <configuration>
                                        <argLine>-Xms512m -Xmx1024m</argLine>
                                        <includes>
                                                <include>br/gov/al/saude/**/core/UnitTests.java</include>
                                        </includes>
                                </configuration>
                                <executions>
                                        <execution>
                                                <phase>integration-test</phase>
                                                <goals>
                                                        <goal>test</goal>
                                                </goals>
                                                <configuration>
                                                        <includes>
                                                                <include>br/gov/al/saude/**/core/ChamadaDiretaTests.java</include>
                                                        </includes>
                                                </configuration>
                                        </execution>
                                </executions>
                        </plugin>
                </plugins>
        </build>
</project>