Rev 357 | Rev 414 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 357 | Rev 369 | ||
|---|---|---|---|
| Line 15... | Line 15... | ||
| 15 | 15 | ||
| 16 | <tomcat-maven-plugin.version>2.2</tomcat-maven-plugin.version> |
16 | <tomcat-maven-plugin.version>2.2</tomcat-maven-plugin.version> |
| 17 | <tomcat.version>7.0.76</tomcat.version> |
17 | <tomcat.version>7.0.76</tomcat.version> |
| 18 | <tomcat.contextFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat-env.xml</tomcat.contextFile> |
18 | <tomcat.contextFile>${project.build.directory}/${project.build.finalName}/WEB-INF/tomcat-env.xml</tomcat.contextFile> |
| 19 | 19 | ||
| 20 | <espacocase-framework.version>2.1.1-SNAPSHOT</espacocase-framework.version> |
- | |
| - | 20 | <espacocase-framework.version>2.1.2-SNAPSHOT</espacocase-framework.version> |
|
| 21 | 21 | ||
| 22 | <springsecurity.version>5.0.19.RELEASE</springsecurity.version> |
22 | <springsecurity.version>5.0.19.RELEASE</springsecurity.version> |
| 23 | 23 | ||
| 24 | <servlet-api.version>3.0.1</servlet-api.version> |
24 | <servlet-api.version>3.0.1</servlet-api.version> |
| 25 | <tomcat-servlet-api.version>7.0.21</tomcat-servlet-api.version> |
25 | <tomcat-servlet-api.version>7.0.21</tomcat-servlet-api.version> |
| Line 290... | Line 290... | ||
| 290 | <dependency>
|
290 | <dependency>
|
| 291 | <groupId>org.apache.poi</groupId> |
291 | <groupId>org.apache.poi</groupId> |
| 292 | <artifactId>poi</artifactId> |
292 | <artifactId>poi</artifactId> |
| 293 | <version>3.17</version> |
293 | <version>3.17</version> |
| 294 | </dependency>
|
294 | </dependency>
|
| 295 | - | ||
| - | 295 | ||
| - | 296 | <dependency>
|
|
| - | 297 | <groupId>br.com.swconsultoria</groupId> |
|
| - | 298 | <artifactId>java-nfe</artifactId> |
|
| - | 299 | <version>4.00.24</version> |
|
| - | 300 | </dependency>
|
|
| - | 301 | <!--
|
|
| - | 302 | <dependency>
|
|
| - | 303 | <groupId>org.apache.axis2</groupId>
|
|
| - | 304 | <artifactId>axis2-transport-http</artifactId>
|
|
| - | 305 | <version>1.8.2</version>
|
|
| - | 306 | </dependency>
|
|
| - | 307 | -->
|
|
| 296 | <!--
|
308 | <!--
|
| 297 | <dependency>
|
309 | <dependency>
|
| 298 | <groupId>org.jboss.logging</groupId>
|
310 | <groupId>org.jboss.logging</groupId>
|
| 299 | <artifactId>jboss-logging</artifactId>
|
311 | <artifactId>jboss-logging</artifactId>
|
| 300 | <version>3.3.0.Final</version>
|
312 | <version>3.3.0.Final</version>
|