Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
#175: exclude Moneta from the dependencies (use transitive from CTP SDK)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-kovalenko-ct committed Oct 19, 2017
1 parent 6fdf295 commit b61d230
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def depVersions = [
hamcrest: '1.3',
jUnit: '4.12',
assertJ: '3.8.0',
moneta: '1.1',
slf4jLogbackClassic: '1.2.2',
slf4jLog4j: '1.7.25'
]
Expand Down Expand Up @@ -49,7 +48,6 @@ subprojects {
exclude group: 'org.assertj'
}
implementation "com.commercetools.sdk.jvm.core:commercetools-models:$depVersions.commercetoolsSdkJvm"
implementation "org.javamoney:moneta:$depVersions.moneta"
implementation "ch.qos.logback:logback-classic:$depVersions.slf4jLogbackClassic"
implementation "org.assertj:assertj-core:${depVersions.assertJ}"

Expand Down

0 comments on commit b61d230

Please sign in to comment.