Skip to content

Commit

Permalink
Remove obsolete kafka code in wherehows-common (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyiwang authored Sep 12, 2017
1 parent 1f0ffc7 commit f015d66
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 3,045 deletions.
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

0 comments on commit f015d66

Please sign in to comment.