Skip to content

Commit

Permalink
misc pre-release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Dec 20, 2023
1 parent 35efb27 commit 5f6971d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_mail_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WildFly Mail Quickstart CI
name: WildFly mail Quickstart CI

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_todo-backend_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WildFly Todo Backend Quickstart CI
name: WildFly todo-backend Quickstart CI

on:
pull_request:
Expand Down
5 changes: 5 additions & 0 deletions microprofile-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
<version>${version.org.jboss.resteasy.microprofile}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>commons-logging-jboss-logging</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 5f6971d

Please sign in to comment.