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 08504bd commit ada863e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions jetty-embedded-12-ee9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -169,13 +174,6 @@
<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 ada863e

Please sign in to comment.