Skip to content

Commit 2bfccfe

Browse files
WeltraumschafManuelNeuer
authored andcommitted
#36 Move test dependnecies below prod dependnecy to order for significance
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 63bf19a commit 2bfccfe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ repositories {
2121
}
2222

2323
dependencies {
24-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
25-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
26-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.2")
27-
testImplementation 'org.springframework:spring-test:5.3.23'
28-
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
29-
testImplementation 'org.mockito:mockito-core:3.+'
30-
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.1'
31-
3224
implementation group: 'org.springframework', name: 'spring-web', version: '5.3.9'
3325
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
3426

3527
implementation 'com.fasterxml.jackson.core:jackson-core:2.12.4'
3628
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.12.4'
3729
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.4'
3830
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.4'
31+
32+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
33+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
34+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.2")
35+
testImplementation 'org.springframework:spring-test:5.3.23'
36+
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
37+
testImplementation 'org.mockito:mockito-core:3.+'
38+
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.0.1'
3939
}
4040

4141
publishing {

0 commit comments

Comments
 (0)