Update the pom.xml file for the project
This commit is contained in:
parent
ce1a251a9d
commit
ce32c27425
|
@ -60,11 +60,6 @@
|
|||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.5.13</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xalan</groupId>
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
/*
|
||||
* RETSConnection.java
|
||||
*
|
||||
* Created on November 16, 2001, 1:33 PM
|
||||
*/
|
||||
package com.ossez.usreio.client.retsapi;
|
||||
|
||||
//import com.aftexsw.util.bzip.CBZip2InputStream;
|
||||
|
@ -12,7 +7,6 @@ import org.apache.commons.httpclient.*;
|
|||
import org.apache.commons.httpclient.cookie.CookiePolicy;
|
||||
import org.apache.commons.httpclient.methods.GetMethod;
|
||||
import org.apache.commons.httpclient.methods.PostMethod;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -85,7 +85,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.5.13</version>
|
||||
<version>4.5.14</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -419,7 +419,6 @@
|
|||
<commons-lang.version>2.6</commons-lang.version>
|
||||
<commons-lang3.version>3.11</commons-lang3.version>
|
||||
<commons-cli.version>1.4</commons-cli.version>
|
||||
<commons-httpclient.version>4.5.13</commons-httpclient.version>
|
||||
|
||||
<!-- Hibernate / JPA -->
|
||||
<hibernate.version>4.3.5.Final</hibernate.version>
|
||||
|
|
Loading…
Reference in New Issue