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

Remove obsolete kafka code in wherehows-common #739

Merged
merged 1 commit into from
Sep 12, 2017
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 gradle/scripts/dependency.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ext.externalDependency = [
"akka" : "com.typesafe.akka:akka-actor_2.10:2.3.15",
"spring_jdbc" : "org.springframework:spring-jdbc:4.1.6.RELEASE",

"kafka" : "org.apache.kafka:kafka_2.10:0.10.2.1",
"kafka_clients" : "org.apache.kafka:kafka-clients:0.10.2.1",
"confluent_avro_serde": "io.confluent:kafka-avro-serializer:3.3.0",

Expand Down
8 changes: 0 additions & 8 deletions gradle/scripts/repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ repositories {
name "gradle-plugins"
url 'http://plugins.gradle.org/m2/'
}
/* ivy { // this is required by metadata store Restli client within LinkedIn
url 'http://artifactory.corp.linkedin.com:8081/artifactory/repo'
layout 'pattern', {
ivy '[organisation]/[module]/[revision]/[module]-[revision].ivy'
artifact '[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]'
m2compatible = true
}
} */
}

try {
Expand Down
2 changes: 0 additions & 2 deletions wherehows-backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ dependencies {
play externalDependency.play_java_jdbc
play externalDependency.slf4j_api
play externalDependency.jasypt
play externalDependency.kafka
play externalDependency.kafka_clients

playTest 'com.github.stefanbirkner:system-rules:1.16.0'
playTest 'org.easytesting:fest-assert-core:2.0M10'
Expand Down
4 changes: 0 additions & 4 deletions wherehows-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ dependencies {
compile externalDependency.jgit
compile externalDependency.jsoup
compile externalDependency.commons_io
compile externalDependency.avro
compile externalDependency.kafka
compile externalDependency.kafka_clients
compile externalDependency.confluent_avro_serde
compile externalDependency.jackson_core
compile externalDependency.jackson_databind
compile externalDependency.guava
Expand Down

This file was deleted.

This file was deleted.

Loading