Skip to content
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
3 changes: 0 additions & 3 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ object Dependencies {
// open feign
const val OPEN_FEIGN = "org.springframework.cloud:spring-cloud-starter-openfeign:${DependencyVersion.OPEN_FEIGN_VERSION}"

// Kafka
const val KAFKA = "org.springframework.kafka:spring-kafka:${DependencyVersion.KAFKA_VERSION}"

// Spring Cloud Config
const val SPRING_CLOUD_CONFIG = "org.springframework.cloud:spring-cloud-starter-config"

Expand Down
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/DependencyVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ object DependencyVersion {
const val GRPC_CLIENT = "3.1.0.RELEASE"
const val GOOGLE_PROTOBUF = "3.25.3"

const val KAFKA_VERSION = "3.1.2"

const val SWAGGER_VERSION = "2.8.13"
const val AWS = "1.12.281"

Expand Down
3 changes: 0 additions & 3 deletions casper-feed/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ dependencies {
// feign
implementation(Dependencies.OPEN_FEIGN)

// Kafka
implementation(Dependencies.KAFKA)

// Cloud Config
implementation(Dependencies.SPRING_CLOUD_CONFIG)

Expand Down

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.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading