Skip to content

Commit d937684

Browse files
committed
disable ML module
1 parent a8d4acb commit d937684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commercetools/internal-docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
implementation project(":commercetools:commercetools-sdk-java-api")
33
implementation project(":commercetools:commercetools-sdk-java-importapi")
4-
implementation project(":commercetools:commercetools-sdk-java-ml")
4+
// implementation project(":commercetools:commercetools-sdk-java-ml")
55
implementation project(":commercetools:commercetools-sdk-java-history")
66
implementation project(":commercetools:commercetools-http-client")
77
implementation project(":commercetools:commercetools-apachehttp-client")

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include 'commercetools:commercetools-monitoring-newrelic'
99
include 'commercetools:commercetools-graphql-api'
1010
include 'commercetools:commercetools-sdk-java-api'
1111
include 'commercetools:commercetools-sdk-java-importapi'
12-
include 'commercetools:commercetools-sdk-java-ml'
12+
//include 'commercetools:commercetools-sdk-java-ml'
1313
include 'commercetools:commercetools-sdk-java-history'
1414
include 'commercetools:commercetools-sdk-compat-v1'
1515
include 'commercetools:commercetools-apachehttp-client'

0 commit comments

Comments
 (0)