Skip to content

BAH-4106 | Fix. Remove @Repository annotation and create beans through xml #141

BAH-4106 | Fix. Remove @Repository annotation and create beans through xml

BAH-4106 | Fix. Remove @Repository annotation and create beans through xml #141

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: |
./mvnw --no-transfer-progress clean -U install