File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dependencies {
19
19
implementation ' org.apache.commons:commons-io:1.3.2'
20
20
implementation ' org.apache.commons:commons-text:1.9'
21
21
22
+ testImplementation project(" :core:support" )
22
23
testImplementation " junit:junit:${ project.junitVersion} "
23
24
testImplementation " ch.qos.logback:logback-classic:${ project.logbackVersion} "
24
25
testImplementation ' org.cthul:cthul-matchers:1.1.0'
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ artifacts {
22
22
dependencies {
23
23
api project(" :core:support" )
24
24
api project(" :core:pactbroker" )
25
+
25
26
implementation ' org.apache.commons:commons-collections4:4.4'
26
27
implementation ' com.github.mifmif:generex:1.0.2'
27
28
implementation ' javax.mail:mail:1.5.0-b01'
@@ -32,6 +33,7 @@ dependencies {
32
33
implementation ' commons-beanutils:commons-beanutils:1.9.4'
33
34
implementation " org.apache.commons:commons-lang3:${ project.commonsLang3Version} "
34
35
36
+ testImplementation project(" :core:support" )
35
37
testImplementation " ch.qos.logback:logback-classic:${ project.logbackVersion} "
36
38
testImplementation " io.github.http-builder-ng:http-builder-ng-apache:${ project.httpBuilderVersion} "
37
39
testRuntimeOnly project(path : project. path, configuration : ' testJars' )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
}
27
27
testImplementation " junit:junit:${ project.junitVersion} "
28
28
29
- antlr " org.antlr:antlr4:4.9.2 "
29
+ antlr " org.antlr:antlr4:4.11.1 "
30
30
}
31
31
32
32
compileJava {
You can’t perform that action at this time.
0 commit comments