diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fccc0a2..e5247f5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml -DtestSourceDirectory=src/test/java/com/webex/events/com/webex/events + run: mvn -B package --file pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph diff --git a/pom.xml b/pom.xml index d9e76f1..c75929d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,9 @@ 17 + + src/test/java + org.slf4j