Rev 414 | Rev 430 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 414 | Rev 418 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
| 4 | http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
4 | http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 5 | <modelVersion>4.0.0</modelVersion> |
5 | <modelVersion>4.0.0</modelVersion> |
| 6 | <groupId>br.com.ec</groupId> |
6 | <groupId>br.com.ec</groupId> |
| 7 | <artifactId>espacocase</artifactId> |
7 | <artifactId>espacocase</artifactId> |
| 8 | <version>1.0.0-SNAPSHOT</version> |
- | |
| - | 8 | <version>4.0.0-SNAPSHOT</version> |
|
| 9 | <packaging>war</packaging> |
9 | <packaging>war</packaging> |
| 10 | 10 | ||
| 11 | <properties>
|
11 | <properties>
|
| 12 | <sourceEncoding>UTF-8</sourceEncoding> |
12 | <sourceEncoding>UTF-8</sourceEncoding> |
| 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| Line 303... | Line 303... | ||
| 303 | <groupId>br.com.swconsultoria</groupId> |
303 | <groupId>br.com.swconsultoria</groupId> |
| 304 | <artifactId>java-nfe</artifactId> |
304 | <artifactId>java-nfe</artifactId> |
| 305 | <version>4.00.26</version> |
305 | <version>4.00.26</version> |
| 306 | </dependency>
|
306 | </dependency>
|
| 307 | 307 | ||
| - | 308 | <dependency>
|
|
| - | 309 | <groupId>org.jdom</groupId> |
|
| - | 310 | <artifactId>jdom2</artifactId> |
|
| - | 311 | <version>2.0.6</version> |
|
| - | 312 | </dependency>
|
|
| 308 | 313 | ||
| 309 | <!--
|
314 | <!--
|
| 310 | <dependency>
|
315 | <dependency>
|
| 311 | <groupId>org.apache.axis2</groupId>
|
316 | <groupId>org.apache.axis2</groupId>
|
| 312 | <artifactId>axis2-transport-http</artifactId>
|
317 | <artifactId>axis2-transport-http</artifactId>
|