Skip to content

Commit

Permalink
Manage the apache-mime4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Feb 2, 2023
1 parent fcb7e7b commit 5939fc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
<java-buildpack-client.version>0.0.6</java-buildpack-client.version>
<org-crac.version>0.1.3</org-crac.version>
<sshd-common.version>2.9.2</sshd-common.version>
<mime4j.version>0.8.9</mime4j.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -5989,6 +5990,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
<version>${mime4j.version}</version>
</dependency>

<!-- Relocations -->
<dependency>
Expand Down

0 comments on commit 5939fc6

Please sign in to comment.