Rev 364 | 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
1 | <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">
|
| 2 | <modelVersion>4.0.0</modelVersion> |
2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <parent>
|
3 | <parent>
|
| 4 | <artifactId>espacocase-framework</artifactId> |
4 | <artifactId>espacocase-framework</artifactId> |
| 5 | <groupId>br.com.ec</groupId> |
5 | <groupId>br.com.ec</groupId> |
| 6 | <version>2.1.1-SNAPSHOT</version> |
- | |
| - | 6 | <version>2.1.2-SNAPSHOT</version> |
|
| 7 | </parent>
|
7 | </parent>
|
| 8 | 8 | ||
| 9 | <artifactId>espacocase-framework-core</artifactId> |
9 | <artifactId>espacocase-framework-core</artifactId> |
| 10 | <name>Framework Core</name> |
10 | <name>Framework Core</name> |
| 11 | <description>Módulo Core do Projeto Framework</description> |
11 | <description>Módulo Core do Projeto Framework</description> |
| Line 52... | Line 52... | ||
| 52 | <artifactId>commons-lang</artifactId> |
52 | <artifactId>commons-lang</artifactId> |
| 53 | </dependency>
|
53 | </dependency>
|
| 54 | <dependency>
|
54 | <dependency>
|
| 55 | <groupId>xstream</groupId> |
55 | <groupId>xstream</groupId> |
| 56 | <artifactId>xstream</artifactId> |
56 | <artifactId>xstream</artifactId> |
| - | 57 | </dependency>
|
|
| - | 58 | ||
| - | 59 | <dependency>
|
|
| - | 60 | <groupId>org.apache.poi</groupId> |
|
| - | 61 | <artifactId>poi-ooxml</artifactId> |
|
| - | 62 | </dependency>
|
|
| - | 63 | <dependency>
|
|
| - | 64 | <groupId>org.apache.poi</groupId> |
|
| - | 65 | <artifactId>poi</artifactId> |
|
| 57 | </dependency>
|
66 | </dependency>
|
| 58 | </dependencies>
|
67 | </dependencies>
|
| 59 | </project>
|
68 | </project>
|