feat:add maven package to workflows.
diff --git a/.github/workflows/maven-package.yml b/.github/workflows/maven-package.yml
index 922ed9b..b191e93 100644
--- a/.github/workflows/maven-package.yml
+++ b/.github/workflows/maven-package.yml
@@ -22,7 +22,7 @@
     - name: Set up JDK 8
       uses: actions/setup-java@v3
       with:
-        java-version: '11'
+        java-version: '8'
         distribution: 'temurin'
         server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
         settings-path: ${{ github.workspace }} # location for the settings.xml file