diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a38ea804..3bcb4482 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,11 +31,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [8, 11] + java: [11,17] name: build with jdk ${{matrix.java}} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3 name: checkout with: ref: ${{ github.event.pull_request.merge_commit_sha }} diff --git a/api/pom.xml b/api/pom.xml index e9c5d6ae..0f6fc53d 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -28,8 +28,8 @@ - jakarta.enterprise - jakarta.enterprise.cdi-api + jakarta.platform + jakarta.jakartaee-core-api biz.aQute.bnd diff --git a/pom.xml b/pom.xml index 43427075..99852882 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.eclipse.microprofile microprofile-parent - 2.6 + 3.0 org.eclipse.microprofile.config @@ -32,7 +32,7 @@ 2016 - 2.6 + 3.0 diff --git a/tck/pom.xml b/tck/pom.xml index 4835c38b..7c289c0b 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -38,6 +38,11 @@ + + jakarta.platform + jakarta.jakartaee-core-api + + org.eclipse.microprofile.config microprofile-config-api @@ -48,11 +53,6 @@ osgi.annotation - - jakarta.enterprise - jakarta.enterprise.cdi-api - - org.testng testng