|
1 | 1 |
|
2 | 2 | dependencies {
|
3 |
| - api project(path: ":core:pact-jvm-core-model", configuration: 'default') |
4 |
| - api project(path: ":core:pact-jvm-core-matchers", configuration: 'default') |
5 |
| - compile 'com.googlecode.java-diff-utils:diffutils:1.3.0', |
6 |
| - 'dk.brics.automaton:automaton:1.11-8', |
7 |
| - "org.apache.httpcomponents:httpclient:${project.httpClientVersion}" |
8 |
| - compile "org.json:json:${project.jsonVersion}" |
9 |
| - compile "io.netty:netty-handler:${project.nettyVersion}" |
10 |
| - compile "org.apache.httpcomponents:httpmime:${project.httpClientVersion}" |
11 |
| - compile "org.apache.httpcomponents:fluent-hc:${project.httpClientVersion}" |
12 |
| - implementation "org.slf4j:slf4j-api:${project.slf4jVersion}" |
13 |
| - implementation 'io.ktor:ktor-server-netty:1.2.6' |
14 |
| - implementation "io.ktor:ktor-network-tls:1.2.6" |
| 3 | + api project(path: ":core:pact-jvm-core-model", configuration: 'default') |
| 4 | + api project(path: ":core:pact-jvm-core-matchers", configuration: 'default') |
| 5 | + compile 'com.googlecode.java-diff-utils:diffutils:1.3.0', |
| 6 | + 'dk.brics.automaton:automaton:1.11-8', |
| 7 | + "org.apache.httpcomponents:httpclient:${project.httpClientVersion}" |
| 8 | + compile "org.json:json:${project.jsonVersion}" |
| 9 | + compile "io.netty:netty-handler:${project.nettyVersion}" |
| 10 | + compile "org.apache.httpcomponents:httpmime:${project.httpClientVersion}" |
| 11 | + compile "org.apache.httpcomponents:fluent-hc:${project.httpClientVersion}" |
| 12 | + implementation "org.slf4j:slf4j-api:${project.slf4jVersion}" |
| 13 | + implementation 'io.ktor:ktor-server-netty:1.2.6' |
| 14 | + implementation "io.ktor:ktor-network-tls:1.2.6" |
15 | 15 |
|
16 |
| - testCompile "junit:junit:${project.junitVersion}" |
17 |
| - testCompile "ch.qos.logback:logback-classic:${project.logbackVersion}" |
18 |
| - testCompile 'org.cthul:cthul-matchers:1.1.0' |
19 |
| - testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}" |
20 |
| - testCompile "org.junit.jupiter:junit-jupiter-params:${project.junit5Version}" |
21 |
| - testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}:indy" |
22 |
| - testCompile "org.codehaus.groovy:groovy-dateutil:${project.groovyVersion}:indy" |
23 |
| - testCompile "org.codehaus.groovy:groovy-json:${project.groovyVersion}:indy" |
24 |
| - testCompile 'org.hamcrest:hamcrest:2.1' |
25 |
| - testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') { |
26 |
| - exclude group: 'org.codehaus.groovy' |
| 16 | + testCompile "junit:junit:${project.junitVersion}" |
| 17 | + testCompile "ch.qos.logback:logback-classic:${project.logbackVersion}" |
| 18 | + testCompile 'org.cthul:cthul-matchers:1.1.0' |
| 19 | + testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}" |
| 20 | + testCompile "org.junit.jupiter:junit-jupiter-params:${project.junit5Version}" |
| 21 | + testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}" |
| 22 | + testCompile "org.codehaus.groovy:groovy-dateutil:${project.groovyVersion}" |
| 23 | + testCompile "org.codehaus.groovy:groovy-json:${project.groovyVersion}" |
| 24 | + testCompile 'org.hamcrest:hamcrest:2.1' |
| 25 | + testCompile('org.spockframework:spock-core:2.0-M2-groovy-3.0') { |
| 26 | + exclude group: 'org.codehaus.groovy' |
27 | 27 | }
|
28 | 28 | }
|
0 commit comments