Skip to content

Commit

Permalink
Merge pull request #2004 from GihanAyesh/master
Browse files Browse the repository at this point in the history
bump mime4j-core
  • Loading branch information
GihanAyesh authored Mar 21, 2024
2 parents 55d4655 + ad3354e commit 681ce8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<groupId>org.wso2.orbit.org.apache.james</groupId>
<artifactId>apache-mime4j-core</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -257,7 +257,7 @@
<version>${commons.logging.version}</version>
</bundle>
<bundle>
<symbolicName>org.apache.james.apache-mime4j-core</symbolicName>
<symbolicName>apache-mime4j-core</symbolicName>
<version>${mime4j.version}</version>
</bundle>
<bundle>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
<version>${geronimo.stax}</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<groupId>org.wso2.orbit.org.apache.james</groupId>
<artifactId>apache-mime4j-core</artifactId>
<version>${mime4j.version}</version>
</dependency>
Expand Down Expand Up @@ -1802,7 +1802,7 @@
<commons.logging.version>1.2</commons.logging.version>
<geronimo.activation>1.1</geronimo.activation>
<geronimo.stax>1.0.1</geronimo.stax>
<mime4j.version>0.8.1</mime4j.version>
<mime4j.version>0.8.10.wso2v1</mime4j.version>

<!--pax-exam dependencies-->
<javax.inject.version>1</javax.inject.version>
Expand Down

0 comments on commit 681ce8c

Please sign in to comment.