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