Commit e9a40da 1 parent 7cbb7dc commit e9a40da Copy full SHA for e9a40da
File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 64
64
<project .benchmarking>false</project .benchmarking>
65
65
<xalan .version>2.7.3</xalan .version>
66
66
<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>
67
70
</properties >
68
71
69
72
<scm >
190
193
<artifactId >serializer</artifactId >
191
194
<version >${xalan.version} </version >
192
195
</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 -->
194
213
</dependencies >
195
214
196
215
<build >
You can’t perform that action at this time.
0 commit comments