Rev 364 | Rev 443 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 364 | Rev 440 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 3 | <modelVersion>4.0.0</modelVersion> |
3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <groupId>br.com.ec</groupId> |
4 | <groupId>br.com.ec</groupId> |
| 5 | <artifactId>espacocase-framework</artifactId> |
5 | <artifactId>espacocase-framework</artifactId> |
| 6 | <version>2.1.1-SNAPSHOT</version> |
- | |
| - | 6 | <version>2.1.2-SNAPSHOT</version> |
|
| 7 | <packaging>pom</packaging> |
7 | <packaging>pom</packaging> |
| 8 | <name>Framework</name> |
8 | <name>Framework</name> |
| 9 | <description>Projeto Framework</description> |
9 | <description>Projeto Framework</description> |
| 10 | 10 | ||
| 11 | <modules>
|
11 | <modules>
|
| Line 29... | Line 29... | ||
| 29 | <properties>
|
29 | <properties>
|
| 30 | <sourceEncoding>UTF-8</sourceEncoding> |
30 | <sourceEncoding>UTF-8</sourceEncoding> |
| 31 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
31 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 32 | <java.version>1.8</java.version> |
32 | <java.version>1.8</java.version> |
| 33 | 33 | ||
| 34 | <primefaces.version>10.0.0</primefaces.version> |
- | |
| - | 34 | <primefaces.version>12.0.0</primefaces.version> |
|
| 35 | 35 | ||
| 36 | <spring.version>5.0.19.RELEASE</spring.version> |
36 | <spring.version>5.0.19.RELEASE</spring.version> |
| 37 | 37 | ||
| 38 | <hibernate-jpa-api.version>1.0.2.Final</hibernate-jpa-api.version> |
38 | <hibernate-jpa-api.version>1.0.2.Final</hibernate-jpa-api.version> |
| 39 | <hibernate.version>5.3.4.Final</hibernate.version> |
39 | <hibernate.version>5.3.4.Final</hibernate.version> |
| Line 59... | Line 59... | ||
| 59 | <junit.version>4.8.1</junit.version> |
59 | <junit.version>4.8.1</junit.version> |
| 60 | <jmock.version>2.5.1</jmock.version> |
60 | <jmock.version>2.5.1</jmock.version> |
| 61 | 61 | ||
| 62 | <aspectj.version>1.6.12</aspectj.version> |
62 | <aspectj.version>1.6.12</aspectj.version> |
| 63 | <slf4j.version>1.5.11</slf4j.version> |
63 | <slf4j.version>1.5.11</slf4j.version> |
| - | 64 | ||
| - | 65 | <poi.version>3.17</poi.version> |
|
| 64 | </properties>
|
66 | </properties>
|
| 65 | 67 | ||
| 66 | <repositories>
|
68 | <repositories>
|
| 67 | <repository>
|
69 | <repository>
|
| 68 | <id>maven2-repository.dev.java.net</id> |
70 | <id>maven2-repository.dev.java.net</id> |
| Line 280... | Line 282... | ||
| 280 | 282 | ||
| 281 | <dependency>
|
283 | <dependency>
|
| 282 | <groupId>org.slf4j</groupId> |
284 | <groupId>org.slf4j</groupId> |
| 283 | <artifactId>slf4j-nop</artifactId> |
285 | <artifactId>slf4j-nop</artifactId> |
| 284 | <version>${slf4j.version}</version> |
286 | <version>${slf4j.version}</version> |
| - | 287 | </dependency>
|
|
| - | 288 | ||
| - | 289 | <dependency>
|
|
| - | 290 | <groupId>org.apache.poi</groupId> |
|
| - | 291 | <artifactId>poi-ooxml</artifactId> |
|
| - | 292 | <version>${poi.version}</version> |
|
| - | 293 | </dependency>
|
|
| - | 294 | ||
| - | 295 | <dependency>
|
|
| - | 296 | <groupId>org.apache.poi</groupId> |
|
| - | 297 | <artifactId>poi</artifactId> |
|
| - | 298 | <version>${poi.version}</version> |
|
| 285 | </dependency>
|
299 | </dependency>
|
| 286 | </dependencies>
|
300 | </dependencies>
|
| 287 | </dependencyManagement>
|
301 | </dependencyManagement>
|
| 288 | 302 | ||
| 289 | <build>
|
303 | <build>
|