Skip to content

Commit

Permalink
Merge pull request #104 from rdulmina/ballerina-1.2.x
Browse files Browse the repository at this point in the history
Bump `mime4j` version to `0.8.9`
  • Loading branch information
rdulmina committed Aug 15, 2023
2 parents b640336 + 1118e54 commit 6c1baca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,19 @@
<groupId>org.ballerinalang</groupId>
<artifactId>ballerina-runtime</artifactId>
<version>${ballerina.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-core</artifactId>
</exclusion>
</exclusions>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-core</artifactId>
<version>${mime4j.version}</version>
</dependency>
<dependency>
<groupId>org.ballerinalang</groupId>
<artifactId>ballerina-lang</artifactId>
Expand Down Expand Up @@ -133,5 +144,6 @@
<maven.spotbugsplugin.exclude.file>spotbugs-exclude.xml</maven.spotbugsplugin.exclude.file>
<slf4j.version>1.7.21</slf4j.version>
<jms.version>2.0.1</jms.version>
<mime4j.version>0.8.9</mime4j.version>
</properties>
</project>

0 comments on commit 6c1baca

Please sign in to comment.