Skip to content

Commit

Permalink
Jakarta Activation dependency update (2.0.2-SNAPSHOT).
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Kraus <Tomas.Kraus@oracle.com>
  • Loading branch information
Tomas-Kraus committed Aug 2, 2021
1 parent 911523a commit e1bddb2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Expand Up @@ -81,7 +81,7 @@
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotbugs.version>4.3.0</spotbugs.version>
<activation.version>2.0.1</activation.version>
<activation.version>2.0.2-SNAPSHOT</activation.version>
<xml.bind-api.version>3.0.1</xml.bind-api.version>
<junit.version>4.13.2</junit.version>

Expand All @@ -93,8 +93,8 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>${activation.version}</version>
</dependency>
<dependency>
Expand All @@ -112,9 +112,8 @@

<dependencies>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<scope>provided</scope>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
Expand Down

0 comments on commit e1bddb2

Please sign in to comment.