Skip to content

Commit

Permalink
deleted deprecated class and the project (dtinit#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
xokker committed Oct 19, 2022
1 parent 2087ec1 commit 66fc7da
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {
compile project(':portability-spi-cloud')
compile project(':portability-spi-transfer')
compile project(':portability-transfer')
compile project(':libraries:transfer')

compile('software.amazon.awssdk:s3:2.15.24')
compile('org.apache.commons:commons-lang3:3.11')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ repositories {
dependencies {
compile project(':portability-spi-cloud')
compile project(':portability-spi-transfer')
compile project(':libraries:transfer')
compile("com.google.api-client:google-api-client:${googleApiClient}")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ plugins {
dependencies {
compile project(":portability-spi-cloud")
compile project(":portability-spi-transfer")
compile project(":libraries:transfer")

compile("com.restfb:restfb:2.14.0")
compile("commons-io:commons-io:2.6")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ plugins {
dependencies {
compile project(':portability-spi-cloud')
compile project(':portability-spi-transfer')
compile project(':libraries:transfer')

compile("com.google.gdata:core:${gdataVersion}") {
exclude(module: 'jetty-util')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ plugins {
dependencies {
compile project(':portability-spi-cloud')
compile project(':portability-spi-transfer')
compile project(':libraries:transfer')

compile("com.squareup.okhttp3:logging-interceptor:${okHttpVersion}")
compile("com.squareup.okhttp3:okhttp:${okHttpVersion}")
Expand Down
25 changes: 0 additions & 25 deletions libraries/transfer/build.gradle

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rootProject.name = 'org.datatransferproject'

include ':portability-types-client', ':portability-types-transfer', ':portability-types-common'
include ':portability-spi-service', ':portability-spi-api', ':portability-spi-cloud', ':portability-spi-transfer'
include ':libraries:security', ':libraries:config', ':libraries:auth', ':libraries:transfer'
include ':libraries:security', ':libraries:config', ':libraries:auth'
include ':portability-test-utilities'
include ':portability-api-launcher'

Expand Down

0 comments on commit 66fc7da

Please sign in to comment.