Skip to content

Commit

Permalink
disable ML module
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Jan 22, 2025
1 parent a8d4acb commit d937684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commercetools/internal-docs/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation project(":commercetools:commercetools-sdk-java-api")
implementation project(":commercetools:commercetools-sdk-java-importapi")
implementation project(":commercetools:commercetools-sdk-java-ml")
// implementation project(":commercetools:commercetools-sdk-java-ml")
implementation project(":commercetools:commercetools-sdk-java-history")
implementation project(":commercetools:commercetools-http-client")
implementation project(":commercetools:commercetools-apachehttp-client")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include 'commercetools:commercetools-monitoring-newrelic'
include 'commercetools:commercetools-graphql-api'
include 'commercetools:commercetools-sdk-java-api'
include 'commercetools:commercetools-sdk-java-importapi'
include 'commercetools:commercetools-sdk-java-ml'
//include 'commercetools:commercetools-sdk-java-ml'
include 'commercetools:commercetools-sdk-java-history'
include 'commercetools:commercetools-sdk-compat-v1'
include 'commercetools:commercetools-apachehttp-client'
Expand Down

0 comments on commit d937684

Please sign in to comment.