Skip to content

Commit

Permalink
Revert using custom built logging jar for now. (#4945)
Browse files Browse the repository at this point in the history
As title.

Turns out this requires GCS access. It's not practical to give it to everyone. Revert this for the time being while we properly publish to maven.

This will affect Kube clusters built locally attempting to log to S3. This will not affect the already published version.
  • Loading branch information
davinchia authored Jul 23, 2021
1 parent 3e8f12d commit aedfefd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ subprojects {

repositories {
mavenCentral()
// TODO(Issue-4915): Remove this once fix has been merged into upstream library.
maven {
name 'GcsRepository'
url 'gcs://airbyte-test-public-bucket/'
}
}

pmd {
Expand Down Expand Up @@ -218,7 +213,7 @@ subprojects {
implementation 'org.slf4j:log4j-over-slf4j:1.7.30' // log4j1.2 bridge

// Dependencies for logging to cloud storage, as well as the various clients used to do so.
implementation 'com.therealvan:appender-log4j2:3.1.2-SNAPSHOT'
implementation 'com.therealvan:appender-log4j2:3.1.0'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.6'
implementation 'com.google.cloud:google-cloud-storage:1.115.0'

Expand Down

0 comments on commit aedfefd

Please sign in to comment.