Skip to content

Commit

Permalink
switch to using activation impl artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Jul 17, 2020
1 parent 5e85aeb commit 59dd880
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,12 @@
</mailingLists>

<dependencies>
<!-- usign '-api' artifact here is causing issues for API consumers,
ie conflicts on JPMS, since one cannot have two artifacts having same
packages on the path and 'provided' scope is not transitive -->
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>${activation.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 59dd880

Please sign in to comment.