Skip to content

Commit e9a40da

Browse files
committed
HPCC4J-660 Upgrade out-of-date Axis2 dependencies
- Upgraded out of date deps Signed-off-by: James McMullan [email protected]
1 parent 7cbb7dc commit e9a40da

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

pom.xml

+20-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
<project.benchmarking>false</project.benchmarking>
6565
<xalan.version>2.7.3</xalan.version>
6666
<commons-fileupload.version>1.5</commons-fileupload.version>
67+
<commons-codec.version>1.17.1</commons-codec.version>
68+
<fasterxml.woodstox-core.version>6.4.0</fasterxml.woodstox-core.version>
69+
<apache-mime4j.version>0.8.11</apache-mime4j.version>
6770
</properties>
6871

6972
<scm>
@@ -190,7 +193,23 @@
190193
<artifactId>serializer</artifactId>
191194
<version>${xalan.version}</version>
192195
</dependency>
193-
<!-- -->
196+
<dependency>
197+
<groupId>commons-codec</groupId>
198+
<artifactId>commons-codec</artifactId>
199+
<version>${commons-codec.version}</version>
200+
</dependency>
201+
<dependency>
202+
<groupId>com.fasterxml.woodstox</groupId>
203+
<artifactId>woodstox-core</artifactId>
204+
<version>${fasterxml.woodstox-core.version}</version>
205+
</dependency>
206+
<dependency>
207+
<groupId>org.apache.james</groupId>
208+
<artifactId>apache-mime4j</artifactId>
209+
<version>${apache-mime4j.version}</version>
210+
<type>pom</type>
211+
</dependency>
212+
<!-- End of Apache Axis2: Out-dated dependency overrides -->
194213
</dependencies>
195214

196215
<build>

0 commit comments

Comments
 (0)