Skip to content

Commit aedfefd

Browse files
authored
Revert using custom built logging jar for now. (#4945)
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.
1 parent 3e8f12d commit aedfefd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ subprojects {
152152

153153
repositories {
154154
mavenCentral()
155-
// TODO(Issue-4915): Remove this once fix has been merged into upstream library.
156-
maven {
157-
name 'GcsRepository'
158-
url 'gcs://airbyte-test-public-bucket/'
159-
}
160155
}
161156

162157
pmd {
@@ -218,7 +213,7 @@ subprojects {
218213
implementation 'org.slf4j:log4j-over-slf4j:1.7.30' // log4j1.2 bridge
219214

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

0 commit comments

Comments
 (0)