We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb7e7b commit 5939fc6Copy full SHA for 5939fc6
bom/application/pom.xml
@@ -208,6 +208,7 @@
208
<java-buildpack-client.version>0.0.6</java-buildpack-client.version>
209
<org-crac.version>0.1.3</org-crac.version>
210
<sshd-common.version>2.9.2</sshd-common.version>
211
+ <mime4j.version>0.8.9</mime4j.version>
212
</properties>
213
214
<dependencyManagement>
@@ -5989,6 +5990,11 @@
5989
5990
</exclusion>
5991
</exclusions>
5992
</dependency>
5993
+ <dependency>
5994
+ <groupId>org.apache.james</groupId>
5995
+ <artifactId>apache-mime4j</artifactId>
5996
+ <version>${mime4j.version}</version>
5997
+ </dependency>
5998
5999
<!-- Relocations -->
6000
<dependency>
0 commit comments