Skip to content

Commit

Permalink
HPCC4J-660 Upgrade out-of-date Axis2 dependencies
Browse files Browse the repository at this point in the history
- Upgraded out of date deps

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Nov 5, 2024
1 parent 7cbb7dc commit e9a40da
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
<project.benchmarking>false</project.benchmarking>
<xalan.version>2.7.3</xalan.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<commons-codec.version>1.17.1</commons-codec.version>
<fasterxml.woodstox-core.version>6.4.0</fasterxml.woodstox-core.version>
<apache-mime4j.version>0.8.11</apache-mime4j.version>
</properties>

<scm>
Expand Down Expand Up @@ -190,7 +193,23 @@
<artifactId>serializer</artifactId>
<version>${xalan.version}</version>
</dependency>
<!-- -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>${fasterxml.woodstox-core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
<version>${apache-mime4j.version}</version>
<type>pom</type>
</dependency>
<!-- End of Apache Axis2: Out-dated dependency overrides -->
</dependencies>

<build>
Expand Down

0 comments on commit e9a40da

Please sign in to comment.