Skip to content

Commit

Permalink
Revert rename from quarkus-spring-web to quarkus-spring-web-rest
Browse files Browse the repository at this point in the history
  • Loading branch information
jedla97 committed May 2, 2024
1 parent cf4d0c6 commit 9ea2b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@QuarkusScenario
public class QuarkusCliClientIT {

static final String REST_SPRING_WEB_EXTENSION = "quarkus-spring-web-rest";
static final String REST_SPRING_WEB_EXTENSION = "quarkus-spring-web";
static final String REST_EXTENSION = "quarkus-rest";
static final String REST_JACKSON_EXTENSION = "quarkus-rest-jackson";
static final String SMALLRYE_HEALTH_EXTENSION = "quarkus-smallrye-health";
Expand Down

0 comments on commit 9ea2b36

Please sign in to comment.