Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove unused encoding module dependencies #18619

Merged
merged 1 commit into from
Sep 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cli/ballerina-cli-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies {
implementation project(":ballerina-auth")
implementation project(":ballerina-cache")
implementation project(":ballerina-config-api")
implementation project(':ballerina-encoding')
implementation project(':ballerina-math')
implementation project(':ballerina-reflect')
implementation project(':ballerina-runtime')
Expand Down
1 change: 0 additions & 1 deletion compiler/ballerina-backend-jvm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
baloImplementation project(path: ':ballerina-java', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-reflect', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-internal', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-time', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-system', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-file', configuration: 'baloImplementation')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ dependencies {
baloImplementation project(path: ':ballerina-time', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-mime', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-io', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-runtime-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-cache', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-task', configuration: 'baloImplementation')
Expand All @@ -67,7 +66,6 @@ dependencies {
implementation project(':ballerina-time')
implementation project(':ballerina-mime')
implementation project(':ballerina-io')
implementation project(':ballerina-encoding')
implementation project(':ballerina-runtime-api')
implementation project(':ballerina-cache')
implementation project(':ballerina-task')
Expand Down
3 changes: 0 additions & 3 deletions stdlib/auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies {
baloImplementation project(path: ":ballerina-runtime-api", configuration: 'baloImplementation')
baloImplementation project(path: ":ballerina-system", configuration: 'baloImplementation')
baloImplementation project(path: ":ballerina-time", configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-io', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-task', configuration: 'baloImplementation')

Expand All @@ -46,7 +45,6 @@ dependencies {
implementation project(":ballerina-time")
implementation project(':ballerina-task')
implementation project(':ballerina-io')
implementation project(':ballerina-encoding')

testCompile 'org.testng:testng'
testCompile 'org.slf4j:slf4j-jdk14'
Expand All @@ -59,7 +57,6 @@ dependencies {
testCompile project(':ballerina-task')
testCompile project(':ballerina-time')
testCompile project(':ballerina-utils')
testCompile project(':ballerina-encoding')
testCompile project(':ballerina-internal')
testCompile project(':ballerina-reflect')
testCompile project(':ballerina-crypto')
Expand Down
2 changes: 0 additions & 2 deletions stdlib/bir/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ dependencies {
implementation project(':ballerina-lang:annotations')
implementation project(':ballerina-runtime-api')
implementation project(':ballerina-io')
implementation project(':ballerina-encoding')
implementation project(':ballerina-log-api')
implementation project(':ballerina-time')
implementation project(':ballerina-internal')
implementation project(':ballerina-utils')

baloImplementation project(path: ':ballerina-io', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-internal', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-time', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-utils', configuration: 'baloImplementation')

Expand Down
1 change: 0 additions & 1 deletion stdlib/cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies {
testCompile project(':ballerina-runtime-api')
testCompile project(':ballerina-task')
testCompile project(':ballerina-time')
testCompile project(':ballerina-encoding')
testCompile project(':ballerina-internal')
testCompile project(':ballerina-reflect')
testCompile 'org.awaitility:awaitility'
Expand Down
1 change: 0 additions & 1 deletion stdlib/config-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ dependencies {
testCompile project(':ballerina-system')
testCompile project(':ballerina-core')
testCompile project(':ballerina-utils')
testCompile project(':ballerina-encoding')
testCompile project(':ballerina-time')
testCompile project(':ballerina-internal')
testCompile project(':ballerina-reflect')
Expand Down
1 change: 0 additions & 1 deletion stdlib/filepath/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies {
testCompile project(':ballerina-system')
testCompile project(':ballerina-logging')
testCompile project(':ballerina-log-api')
testCompile project(':ballerina-encoding')
testCompile project(':ballerina-internal')
testCompile project(':ballerina-reflect')
testCompile project(':ballerina-core')
Expand Down
2 changes: 0 additions & 2 deletions stdlib/http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies {
implementation project(':ballerina-mime')
implementation project(':ballerina-config')
implementation project(':ballerina-config-api')
implementation project(':ballerina-encoding')
implementation project(':ballerina-system')
implementation project(':ballerina-utils')
implementation project(':ballerina-task')
Expand All @@ -73,7 +72,6 @@ dependencies {
baloImplementation project(path: ':ballerina-runtime-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-system', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-time', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-internal', configuration: 'baloImplementation')

// transitive
Expand Down
2 changes: 0 additions & 2 deletions stdlib/internal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies {
implementation project(':ballerina-lang')
implementation project(':ballerina-time')
implementation project(':ballerina-io')
implementation project(':ballerina-encoding')
implementation project(':ballerina-lang:annotations')
implementation project(':ballerina-file')
implementation project(':ballerina-log-api')
Expand All @@ -43,7 +42,6 @@ dependencies {
baloImplementation project(path: ':ballerina-log-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-lang:annotations', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-io', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-runtime-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-file', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-utils', configuration: 'baloImplementation')
Expand Down
2 changes: 0 additions & 2 deletions stdlib/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ dependencies {
baloImplementation project(path: ':ballerina-utils', configuration: 'baloImplementation')

baloImplementation project(path: ':ballerina-mime', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-cache', configuration: 'baloImplementation')

baloCreat project(':lib-creator')
Expand All @@ -67,7 +66,6 @@ dependencies {
implementation project(':ballerina-time')
testCompile project(':ballerina-mime')
testCompile project(':ballerina-transactions')
implementation project(':ballerina-encoding')
implementation project(':ballerina-cache')
implementation project(':ballerina-runtime')
implementation project(':ballerina-test-utils')
Expand Down
1 change: 0 additions & 1 deletion stdlib/jwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ dependencies {
testCompile project(':ballerina-task')
testCompile project(':ballerina-time')
testCompile project(':ballerina-utils')
testCompile project(':ballerina-encoding')
testCompile project(':ballerina-internal')
testCompile project(':ballerina-reflect')
testCompile project(':ballerina-crypto')
Expand Down
1 change: 0 additions & 1 deletion stdlib/ldap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies {

//transitive
baloImplementation project(path: ':ballerina-log-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-time', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-config-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-io', configuration: 'baloImplementation')
Expand Down
3 changes: 0 additions & 3 deletions stdlib/messaging/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ dependencies {
baloCreat project(':lib-creator')
implementation project(':ballerina-lang')
implementation project(':ballerina-runtime')
implementation project(':ballerina-encoding')
implementation project(':ballerina-filepath')
implementation project(':ballerina-runtime-api')
implementation project(':ballerina-time')
implementation project(':ballerina-lang:internal')
implementation 'org.apache.kafka:kafka-clients'
implementation 'org.apache.kafka:kafka_2.11'

baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-filepath', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-system', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-runtime-api', configuration: 'baloImplementation')
Expand All @@ -56,7 +54,6 @@ dependencies {
testCompile project(path: ':ballerina-test-utils', configuration: 'shadow')
testCompile project(path: ':ballerina-test-common', configuration: 'tests')
testCompile project(':ballerina-transactions')
testCompile project(':ballerina-encoding')
testCompile project(':ballerina-http')
testCompile project(':ballerina-crypto')
testCompile project(':ballerina-mime')
Expand Down
2 changes: 0 additions & 2 deletions stdlib/messaging/nats/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ dependencies {
baloImplementation project(path: ':ballerina-time', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-log-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-runtime-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')

testCompile 'org.testng:testng'
testCompile project(path: ':ballerina-test-utils', configuration: 'shadow')
testCompile project(':ballerina-encoding')
}

createBalo {
Expand Down
1 change: 0 additions & 1 deletion stdlib/mime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ dependencies {

testCompile project(path: ':ballerina-test-common', configuration: 'tests')
testCompile project(path: ':ballerina-test-utils', configuration: 'shadow')
testImplementation project(':ballerina-encoding')
testImplementation project(':ballerina-time')
testImplementation project(':ballerina-internal')
testImplementation project(':ballerina-reflect')
Expand Down
2 changes: 0 additions & 2 deletions stdlib/oauth2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies {
implementation project(':ballerina-lang')
implementation project(':ballerina-lang:annotations')
implementation project(':ballerina-auth')
implementation project(':ballerina-encoding')
implementation project(':ballerina-http')
implementation project(':ballerina-log-api')
implementation project(':ballerina-mime')
Expand All @@ -36,7 +35,6 @@ dependencies {

baloImplementation project(path: ':ballerina-lang:annotations', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-auth', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-http', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-log-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-mime', configuration: 'baloImplementation')
Expand Down
2 changes: 0 additions & 2 deletions stdlib/transactions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ dependencies {
baloImplementation project(path: ':ballerina-runtime-api', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-reflect', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-auth', configuration: 'baloImplementation')
baloImplementation project(path: ':ballerina-encoding', configuration: 'baloImplementation')

baloCreat project(':lib-creator')
implementation project(':ballerina-lang')
Expand All @@ -66,7 +65,6 @@ dependencies {
implementation project(':ballerina-system')
implementation project(':ballerina-task')
implementation project(':ballerina-http')
implementation project(':ballerina-encoding')
}

configurations {
Expand Down
1 change: 0 additions & 1 deletion tests/jballerina-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ dependencies {
implementation project(':ballerina-http')
implementation project(':ballerina-grpc')
implementation project(':protobuf-ballerina')
implementation project(':ballerina-encoding')
implementation project(':ballerina-jdbc')
implementation project(':ballerina-transactions')
implementation project(':protobuf-ballerina')
Expand Down