Skip to content

Commit

Permalink
Fixed spring portlet dep
Browse files Browse the repository at this point in the history
This also includes a tweak to the CI workflow that allows for manual job
starting.
  • Loading branch information
Naenyn committed Oct 23, 2024
1 parent 48b5fc7 commit 905a0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc-portlet</artifactId>
<version>${spring.version}</version>
<version>4.3.30.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 905a0c6

Please sign in to comment.