Skip to content

Commit

Permalink
Handle Maven Dependency Plugin warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-sh committed Jun 19, 2024
1 parent f3b9991 commit 1021554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>1.2.2</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 1021554

Please sign in to comment.