Skip to content

Excluding commons-collections dependency to resolve vulnerabilities (… #642

Excluding commons-collections dependency to resolve vulnerabilities (…

Excluding commons-collections dependency to resolve vulnerabilities (… #642

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '11'
cache: 'maven'
- name: Run Tests
run: .github/workflows/run_tests.sh