From f193be7f9d3d9b360eee9608dc7b7e68faa59ffa Mon Sep 17 00:00:00 2001 From: Kyle Aure Date: Tue, 9 Jul 2024 16:15:16 -0500 Subject: [PATCH] Fix ci build errors --- .github/workflows/ci.yml | 2 +- relocation/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd40bc78..673a830b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build project - run: mvn -B package --file pom.xml + run: mvn -B install --file pom.xml - name: Build relocation run: mvn -B package --file relocation/pom.xml diff --git a/relocation/pom.xml b/relocation/pom.xml index 40073498..60ddda74 100644 --- a/relocation/pom.xml +++ b/relocation/pom.xml @@ -23,6 +23,7 @@ org.eclipse.ee4j project 1.0.9 + jakarta.enterprise.concurrent