Skip to content

Commit

Permalink
W-17281517: Upgrade jakarta dependencies (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianorean authored Dec 6, 2024
1 parent d0382d1 commit 869b5a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions mule-http-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
<commonsLang3Version>3.12.0</commonsLang3Version>
<formatterConfigPath>../formatter.xml</formatterConfigPath>

<muleJavaEeBomVersion>4.7.2</muleJavaEeBomVersion>
<jakarta.activation.version>2.0.1</jakarta.activation.version>

<muleSocketsConnectorVersion>1.2.5</muleSocketsConnectorVersion>
<muleCorsKernelVersion>1.1.2</muleCorsKernelVersion>

Expand Down Expand Up @@ -221,14 +222,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mule</groupId>
<artifactId>mule-javaee-runtime-bom</artifactId>
<version>${muleJavaEeBomVersion}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- These override the version obtained transitively from a dependency declared in the parent pom. -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -319,6 +312,7 @@
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>${jakarta.activation.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import java.nio.file.Path;
import java.nio.file.Paths;

import javax.activation.MimetypesFileTypeMap;
import jakarta.activation.MimetypesFileTypeMap;

import org.slf4j.Logger;

Expand Down

0 comments on commit 869b5a7

Please sign in to comment.