Skip to content

Commit 197ed90

Browse files
committed
build: Import core dependency as opposed to local module
1 parent 7e5cad0 commit 197ed90

File tree

10 files changed

+20
-34
lines changed

10 files changed

+20
-34
lines changed

assistant/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ checkstyle {
5555
}
5656

5757
dependencies {
58-
compile project(':core')
59-
60-
testCompile project(path: ':core', configuration: 'tests')
58+
compile 'com.ibm.cloud:sdk-core:1.2.1'
59+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6160
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6261
}
6362

discovery/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ checkstyle {
5959
}
6060

6161
dependencies {
62-
compile project(':core')
63-
64-
testCompile project(path: ':core', configuration: 'tests')
62+
compile 'com.ibm.cloud:sdk-core:1.2.1'
63+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6564
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6665
}
6766

language-translator/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ checkstyle {
5555
}
5656

5757
dependencies {
58-
compile project(':core')
59-
60-
testCompile project(path: ':core', configuration: 'tests')
58+
compile 'com.ibm.cloud:sdk-core:1.2.1'
59+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6160
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6261
}
6362

natural-language-classifier/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ checkstyle {
5959
}
6060

6161
dependencies {
62-
compile project(':core')
63-
64-
testCompile project(path: ':core', configuration: 'tests')
65-
62+
compile 'com.ibm.cloud:sdk-core:1.2.1'
63+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6664
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6765
}
6866

natural-language-understanding/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ checkstyle {
5555
}
5656

5757
dependencies {
58-
compile project(':core')
59-
60-
testCompile project(path: ':core', configuration: 'tests')
58+
compile 'com.ibm.cloud:sdk-core:1.2.1'
59+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6160
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6261
}
6362

personality-insights/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ checkstyle {
5555
}
5656

5757
dependencies {
58-
compile project(':core')
59-
60-
testCompile project(path: ':core', configuration: 'tests')
58+
compile 'com.ibm.cloud:sdk-core:1.2.1'
59+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6160
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6261
}
6362

speech-to-text/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ checkstyle {
5959
}
6060

6161
dependencies {
62-
compile project(':core')
63-
64-
testCompile project(path: ':core', configuration: 'tests')
65-
62+
compile 'com.ibm.cloud:sdk-core:1.2.1'
63+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6664
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6765
}
6866

text-to-speech/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ checkstyle {
5555
}
5656

5757
dependencies {
58-
compile project(':core')
59-
60-
testCompile project(path: ':core', configuration: 'tests')
61-
58+
compile 'com.ibm.cloud:sdk-core:1.2.1'
59+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6260
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6361
}
6462

tone-analyzer/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ checkstyle {
5555
}
5656

5757
dependencies {
58-
compile project(':core')
59-
60-
testCompile project(path: ':core', configuration: 'tests')
58+
compile 'com.ibm.cloud:sdk-core:1.2.1'
59+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6160
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6261
}
6362

visual-recognition/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ checkstyle {
5959
}
6060

6161
dependencies {
62-
compile project(':core')
63-
64-
testCompile project(path: ':core', configuration: 'tests')
65-
62+
compile 'com.ibm.cloud:sdk-core:1.2.1'
63+
testCompile group: 'com.ibm.cloud', name:'sdk-core', version: '1.2.1', classifier: 'tests'
6664
signature 'org.codehaus.mojo.signature:java17:1.0@signature'
6765
}
6866

0 commit comments

Comments
 (0)