Skip to content

Commit

Permalink
Remove dependencies on jakarta.activation-api (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Apr 15, 2024
1 parent 4e111c1 commit 5b916c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions examples/jbatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
</dependency>


<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jandex</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions examples/messaging/weblogic-jms-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 0 additions & 5 deletions examples/microprofile/http-status-count-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@
<artifactId>jandex</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.helidon.microprofile.bundles</groupId>
<artifactId>helidon-microprofile-core</artifactId>
Expand Down

0 comments on commit 5b916c1

Please sign in to comment.