Skip to content

Commit

Permalink
Remove schema registry server code
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Nov 30, 2022
1 parent 67ec2c5 commit 5278251
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 966 deletions.
2 changes: 0 additions & 2 deletions java-sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ slf4jVersion=2.0.5
javaxValidationVersion=2.0.1.Final
jsoupVersion=1.15.3
log4j2Version=2.19.0
nettyVersion=4.1.85.Final
jettyVersion=9.4.49.v20220914
10 changes: 2 additions & 8 deletions java-sdk/radar-schemas-registration/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,10 @@ dependencies {
val radarCommonsVersion: String by project
api("org.radarbase:radar-commons-server:$radarCommonsVersion")

val nettyVersion: String by project
implementation(platform("io.netty:netty-bom:$nettyVersion"))
val jettyVersion: String by project
implementation(platform("org.eclipse.jetty:jetty-bom:$jettyVersion"))

val confluentVersion: String by project
implementation("io.confluent:kafka-connect-avro-converter:$confluentVersion")
implementation("io.confluent:kafka-schema-registry:$confluentVersion") {
exclude(group = "org.slf4j", module = "slf4j-reload4j")
}
implementation("io.confluent:kafka-schema-registry-client:$confluentVersion")

val kafkaVersion: String by project
implementation("org.apache.kafka:connect-json:$kafkaVersion")

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5278251

Please sign in to comment.