Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

clean up kube poc pr #3834

Merged
merged 4 commits into from
Jun 3, 2021
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
11 changes: 11 additions & 0 deletions airbyte-commons-docker/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
plugins {
id "java-library"
}

dependencies {
implementation 'org.apache.commons:commons-compress:1.20'
implementation 'com.github.docker-java:docker-java:3.2.8'
implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.2.8'

testImplementation 'org.apache.commons:commons-lang3:3.11'
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import java.io.File;
import java.util.Set;

// TODO(Davin): This should be split out into an Docker commons to minimise dependency pollution.
public class DockerUtils {

private static final DockerClientConfig CONFIG = DefaultDockerClientConfig.createDefaultConfigBuilder().build();
Expand Down
5 changes: 1 addition & 4 deletions airbyte-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ plugins {

dependencies {
implementation 'org.apache.commons:commons-compress:1.20'
implementation 'com.github.docker-java:docker-java:3.2.8'
implementation 'com.github.docker-java:docker-java-transport-httpclient5:3.2.8'

testImplementation 'org.apache.commons:commons-lang3:3.11'
implementation 'org.apache.commons:commons-lang3:3.11'
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

import com.google.common.collect.Streams;
import java.util.stream.Collectors;
import org.apache.commons.lang.RandomStringUtils;
import org.apache.commons.lang3.RandomStringUtils;

public class Strings {

Expand Down

This file was deleted.

15 changes: 0 additions & 15 deletions airbyte-integrations/connectors/source-always-works/Dockerfile

This file was deleted.

129 changes: 0 additions & 129 deletions airbyte-integrations/connectors/source-always-works/README.md

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions airbyte-integrations/connectors/source-always-works/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions airbyte-integrations/connectors/source-always-works/main.py

This file was deleted.

This file was deleted.

Loading