Update the pom.xml file for the project

This commit is contained in:
YuCheng Hu 2024-02-03 01:59:15 -05:00
parent ce1a251a9d
commit ce32c27425
3 changed files with 1 additions and 13 deletions

View File

@ -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>

View File

@ -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;

View File

@ -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>