Skip to content

Commit

Permalink
should fix offline
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Jul 22, 2024
1 parent 078f1a3 commit 08504bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jetty-embedded-12-ee9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@
<version>4.0.1</version>
</dependency>

<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>

<!-- Weld servlet required for testing CDI injections -->

<dependency>
Expand Down

0 comments on commit 08504bd

Please sign in to comment.