Skip to content

Commit fb7dfbd

Browse files
committed
Removed integrationTestImplementation dependencies from core project
1 parent 453245e commit fb7dfbd

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3030
- name: "🏃 Run tests"
3131
run: ./gradlew check
32-
- name: "🏃 Run functional tests"
33-
working-directory: ./functional-tests
34-
run: ./gradlew check
3532
publish_snapshot:
3633
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
3734
name: "Build Project and Publish Snapshot release"

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ dependencies {
4040

4141
testImplementation libs.grails.testing.support.core
4242
testImplementation libs.spock.core
43-
44-
integrationTestImplementation libs.spring.web
45-
46-
integrationTestRuntimeOnly libs.slf4j.nop // Get rid of warning about missing slf4j implementation during test task
47-
integrationTestRuntimeOnly libs.springboot.starter.tomcat
48-
4943
testImplementation libs.bytebudy
5044
}
5145

0 commit comments

Comments
 (0)