We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e285482 commit 9693c76Copy full SHA for 9693c76
1 file changed
commercetools/internal-docs/build.gradle
@@ -13,10 +13,10 @@ dependencies {
13
implementation project(":commercetools:commercetools-monitoring-datadog")
14
testImplementation project(path: ':commercetools:commercetools-graphql-api', configuration: 'integrationTestArtifacts')
15
testImplementation 'com.commercetools.sdk.jvm.core:commercetools-models:2.16.0'
16
+ testImplementation 'com.commercetools.sdk.jvm.core:commercetools-java-client:2.16.0'
17
testImplementation project(":commercetools:commercetools-javanet-client")
18
19
testImplementation commons.io version commons.io_version
- testImplementation 'com.commercetools.sdk.jvm.core:commercetools-java-client:2.16.0'
20
21
}
22
0 commit comments