Skip to content

Commit

Permalink
Merge pull request #39801 from sberyozkin/mime4j_0.8.11_expanded
Browse files Browse the repository at this point in the history
Manage mime4j core, dom and storage jars in the bom
  • Loading branch information
aloubyansky committed Mar 31, 2024
2 parents eb56608 + 7b82631 commit 8823d1f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6227,10 +6227,19 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
<artifactId>apache-mime4j-core</artifactId>
<version>${mime4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-dom</artifactId>
<version>${mime4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-storage</artifactId>
<version>${mime4j.version}</version>
</dependency>

<!-- OpenTelemetry libs not in BOM -->
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
Expand Down

0 comments on commit 8823d1f

Please sign in to comment.