Skip to content

Commit

Permalink
Other updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TayGov committed Oct 21, 2024
1 parent 90f4a6f commit 350b240
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-climate-test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v2

# Setup Java Environment
- name: Set up JDK 1.8
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17

# Cache maven dependencies
- name: Cache Java Dependencies
Expand Down
6 changes: 6 additions & 0 deletions src/document-utils-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@
<version>4.2.1</version>
</dependency>

<dependency>
<groupId>dev.akkinoc.spring.boot</groupId>
<artifactId>logback-access-spring-boot-starter</artifactId>
<version>4.1.1</version>
</dependency>

<!-- Non updatable but required to run -->
<dependency>
<groupId>org.apache.axis</groupId>
Expand Down

0 comments on commit 350b240

Please sign in to comment.