diff --git a/.github/workflows/continuous-inspection.yml b/.github/workflows/continuous-inspection.yml
deleted file mode 100644
index f496eba5c9..0000000000
--- a/.github/workflows/continuous-inspection.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-name: Continuous inspection build
-
-on:
- schedule:
- - cron: '0 10 * * *' # Once per day at 10am UTC
- workflow_dispatch:
-
-jobs:
- code-quality-analysis:
- name: code quality analysis report
- runs-on: ubuntu-latest
- steps:
- - name: Checkout source code
- uses: actions/checkout@v3
-
- - name: Set up JDK 17
- uses: actions/setup-java@v3
- with:
- java-version: '17'
- distribution: 'temurin'
- cache: 'maven'
-
- - name: Analyse test coverage with Jacoco
- run: mvn -P test-coverage verify
-
- - name: Analyse code quality with Sonar
- if: github.repository == 'spring-projects/spring-batch'
- env:
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- SONAR_HOST_URL: ${{ secrets.SONAR_URL }}
- run: mvn sonar:sonar -Dsonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_TOKEN
-
diff --git a/pom.xml b/pom.xml
index cd36c0ebe2..c9d949d2a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,6 @@
3.5.0
3.10.0
3.3.1
- 0.8.12
1.6.0
3.1.3
3.7.1
@@ -305,32 +304,6 @@
-
- test-coverage
-
-
-
- org.jacoco
- jacoco-maven-plugin
- ${jacoco-maven-plugin.version}
-
-
- prepare-agent
-
- prepare-agent
-
-
-
- report
-
- report
-
-
-
-
-
-
-
artifactory-staging