Skip to content

Commit

Permalink
restore version and work online
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed May 23, 2024
1 parent a79fab6 commit 23770b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jetty-embedded-12-ee9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<scope>provided</scope>
</dependency>


<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>jetty-http2-server</artifactId>
Expand Down Expand Up @@ -165,7 +166,7 @@
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
<version>3.0.1</version>
<version>4.0.1</version>
</dependency>

<!-- Weld servlet required for testing CDI injections -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static WebArchive getTestArchive() {
//.addClass(JettyEmbeddedConfiguration.class)
.addAsLibraries(
Maven.configureResolver()
.workOffline()
//.workOffline()
.loadPomFromFile("pom.xml")
.resolve("org.jboss.weld.servlet:weld-servlet-core")
.withTransitivity()
Expand Down

0 comments on commit 23770b2

Please sign in to comment.