Replace javax.activation-api by the jakarta one 77/110877/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Tue, 19 Mar 2024 16:39:35 +0000 (17:39 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Tue, 19 Mar 2024 17:16:49 +0000 (18:16 +0100)
Remove the fixed and old version of javax.activation-api for the benefit
of the jakarta.activation-api provided by odlparent.

JIRA: TRNSPRTPCE-789
Change-Id: I3a22c3207c72f8efacde0654c3005b676b478763
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
pce/pom.xml

index 9488f51f316adcfa4f9a25262dd12decc4601c10..22269a05b93d9e92c8aabfcb7bf34c1e93a04ced 100644 (file)
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>javax.activation</groupId>
-      <artifactId>javax.activation-api</artifactId>
-      <version>1.2.0</version>
+      <groupId>jakarta.activation</groupId>
+      <artifactId>jakarta.activation-api</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>