Rev 123 | Rev 243 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 123 | Rev 195 | ||
|---|---|---|---|
| Line 6... | Line 6... | ||
| 6 | 6 | ||
| 7 | <properties>
|
7 | <properties>
|
| 8 | <sourceEncoding>UTF-8</sourceEncoding> |
8 | <sourceEncoding>UTF-8</sourceEncoding> |
| 9 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
9 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 10 | 10 | ||
| 11 | <cesmac-framework.version>1.11.0-SNAPSHOT</cesmac-framework.version> |
- | |
| - | 11 | <espacocase-framework.version>2.0.0-SNAPSHOT</espacocase-framework.version> |
|
| 12 | 12 | ||
| 13 | <java.version>1.7</java.version> |
13 | <java.version>1.7</java.version> |
| 14 | <spring.version>3.1.4.RELEASE</spring.version> |
14 | <spring.version>3.1.4.RELEASE</spring.version> |
| 15 | <jsf-impl.version>2.1.6</jsf-impl.version> |
15 | <jsf-impl.version>2.1.6</jsf-impl.version> |
| 16 | <jstl.version>1.2</jstl.version> |
16 | <jstl.version>1.2</jstl.version> |
| Line 28... | Line 28... | ||
| 28 | <tomcat.contextFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat-env.xml</tomcat.contextFile> |
28 | <tomcat.contextFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat-env.xml</tomcat.contextFile> |
| 29 | </properties>
|
29 | </properties>
|
| 30 | 30 | ||
| 31 | <dependencies>
|
31 | <dependencies>
|
| 32 | <dependency>
|
32 | <dependency>
|
| 33 | <groupId>br.edu.cesmac</groupId> |
- | |
| 34 | <artifactId>cesmac-framework-core</artifactId> |
- | |
| 35 | <version>${cesmac-framework.version}</version> |
- | |
| - | 33 | <groupId>br.com.ec</groupId> |
|
| - | 34 | <artifactId>espacocase-framework-core</artifactId> |
|
| - | 35 | <version>${espacocase-framework.version}</version> |
|
| 36 | </dependency>
|
36 | </dependency>
|
| 37 | <dependency>
|
37 | <dependency>
|
| 38 | <groupId>br.edu.cesmac</groupId> |
- | |
| 39 | <artifactId>cesmac-framework-relatorio</artifactId> |
- | |
| 40 | <version>${cesmac-framework.version}</version> |
- | |
| - | 38 | <groupId>br.com.ec</groupId> |
|
| - | 39 | <artifactId>espacocase-framework-relatorio</artifactId> |
|
| - | 40 | <version>${espacocase-framework.version}</version> |
|
| 41 | </dependency>
|
41 | </dependency>
|
| 42 | <dependency>
|
42 | <dependency>
|
| 43 | <groupId>br.edu.cesmac</groupId> |
- | |
| 44 | <artifactId>cesmac-framework-web</artifactId> |
- | |
| 45 | <version>${cesmac-framework.version}</version> |
- | |
| - | 43 | <groupId>br.com.ec</groupId> |
|
| - | 44 | <artifactId>espacocase-framework-web</artifactId> |
|
| - | 45 | <version>${espacocase-framework.version}</version> |
|
| 46 | </dependency>
|
46 | </dependency>
|
| 47 | <!-- Spring 3 dependencies -->
|
47 | <!-- Spring 3 dependencies -->
|
| 48 | <dependency>
|
48 | <dependency>
|
| 49 | <groupId>org.springframework</groupId> |
49 | <groupId>org.springframework</groupId> |
| 50 | <artifactId>spring-core</artifactId> |
50 | <artifactId>spring-core</artifactId> |
| Line 74... | Line 74... | ||
| 74 | <artifactId>spring-aspects</artifactId> |
74 | <artifactId>spring-aspects</artifactId> |
| 75 | <version>${spring.version}</version> |
75 | <version>${spring.version}</version> |
| 76 | </dependency>
|
76 | </dependency>
|
| 77 | 77 | ||
| 78 | <dependency>
|
78 | <dependency>
|
| 79 | <groupId>br.edu.cesmac</groupId> |
- | |
| - | 79 | <groupId>br.com.ec</groupId> |
|
| 80 | <artifactId>relatorio-font-arial</artifactId> |
80 | <artifactId>relatorio-font-arial</artifactId> |
| 81 | <version>1.0</version> |
81 | <version>1.0</version> |
| 82 | </dependency>
|
82 | </dependency>
|
| 83 | 83 | ||
| 84 | <!-- JSF dependencies -->
|
84 | <!-- JSF dependencies -->
|
| Line 92... | Line 92... | ||
| 92 | <groupId>javax.servlet</groupId> |
92 | <groupId>javax.servlet</groupId> |
| 93 | <artifactId>jstl</artifactId> |
93 | <artifactId>jstl</artifactId> |
| 94 | <version>${jstl.version}</version> |
94 | <version>${jstl.version}</version> |
| 95 | </dependency>
|
95 | </dependency>
|
| 96 | 96 | ||
| 97 | <dependency>
|
- | |
| - | 97 | <!-- <dependency>
|
|
| 98 | <groupId>org.primefaces.themes</groupId> |
98 | <groupId>org.primefaces.themes</groupId>
|
| 99 | <artifactId>bootstrap</artifactId> |
99 | <artifactId>bootstrap</artifactId>
|
| 100 | <version>1.0.10</version> |
100 | <version>1.0.10</version>
|
| 101 | </dependency>
|
- | |
| - | 101 | </dependency> -->
|
|
| 102 | 102 | ||
| 103 | <!-- Hibernate dependency -->
|
103 | <!-- Hibernate dependency -->
|
| 104 | <dependency>
|
104 | <dependency>
|
| 105 | <groupId>org.hibernate</groupId> |
105 | <groupId>org.hibernate</groupId> |
| 106 | <artifactId>hibernate-core</artifactId> |
106 | <artifactId>hibernate-core</artifactId> |
| Line 246... | Line 246... | ||
| 246 | <artifactId>resources-ckeditor</artifactId> |
246 | <artifactId>resources-ckeditor</artifactId> |
| 247 | <version>6.0.0</version> |
247 | <version>6.0.0</version> |
| 248 | </dependency>
|
248 | </dependency>
|
| 249 | 249 | ||
| 250 | <dependency>
|
250 | <dependency>
|
| 251 | <groupId>br.edu.cesmac</groupId> |
- | |
| - | 251 | <groupId>br.com.ec</groupId> |
|
| 252 | <artifactId>relatorio-font-arial</artifactId> |
252 | <artifactId>relatorio-font-arial</artifactId> |
| 253 | <version>${relatorio-font-arial.version}</version> |
253 | <version>${relatorio-font-arial.version}</version> |
| 254 | </dependency>
|
254 | </dependency>
|
| 255 | 255 | ||
| 256 | <!-- NFE -->
|
256 | <!-- NFE -->
|
| Line 364... | Line 364... | ||
| 364 | </plugin>
|
364 | </plugin>
|
| 365 | </plugins>
|
365 | </plugins>
|
| 366 | </build>
|
366 | </build>
|
| 367 | 367 | ||
| 368 | <repositories>
|
368 | <repositories>
|
| 369 | <!-- Repositório de dependências padrão do Primefaces -->
|
- | |
| - | 369 | <!-- Repositório de dependências padrão do Primefaces -->
|
|
| 370 | <repository>
|
370 | <repository>
|
| 371 | <id>prime-repo</id> |
371 | <id>prime-repo</id> |
| 372 | <name>Prime Repo</name> |
372 | <name>Prime Repo</name> |
| 373 | <url>http://repository.primefaces.org</url> |
373 | <url>http://repository.primefaces.org</url> |
| 374 | </repository>
|
374 | </repository>
|
| Line 378... | Line 378... | ||
| 378 | <name>Repositorio Autocom</name> |
378 | <name>Repositorio Autocom</name> |
| 379 | <id>Release</id> |
379 | <id>Release</id> |
| 380 | <url>http://www.autocomsistemas.com.br:8081/nexus/content/repositories/autocom/</url> |
380 | <url>http://www.autocomsistemas.com.br:8081/nexus/content/repositories/autocom/</url> |
| 381 | </repository>
|
381 | </repository>
|
| 382 | </repositories>
|
382 | </repositories>
|
| 383 | - | ||
| - | 383 | ||
| 384 | <distributionManagement>
|
384 | <distributionManagement>
|
| 385 | <repository>
|
385 | <repository>
|
| 386 | <id>autocom</id> |
386 | <id>autocom</id> |
| 387 | <url>http://nexus.autocomsistemas.com.br/nexus/content/repositories/autocom/</url> |
387 | <url>http://nexus.autocomsistemas.com.br/nexus/content/repositories/autocom/</url> |
| 388 | </repository>
|
388 | </repository>
|
| 389 | </distributionManagement>
|
389 | </distributionManagement>
|
| 390 | - | ||
| - | 390 | ||
| 391 | <profiles>
|
391 | <profiles>
|
| 392 | <profile>
|
392 | <profile>
|
| 393 | <id>distribute</id> |
393 | <id>distribute</id> |
| 394 | <build>
|
394 | <build>
|
| 395 | <plugins>
|
395 | <plugins>
|