Skip to content

Commit

Permalink
fix build #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasean committed Dec 29, 2023
1 parent 97a1356 commit a0aecda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions core-back-end/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation group: 'org.keycloak', name: 'keycloak-spring-boot-adapter', version: '23.0.3'
implementation 'org.keycloak:keycloak-admin-client:23.0.3'
// implementation group: 'org.keycloak', name: 'keycloak-spring-boot-adapter', version: '23.0.3'
// implementation 'org.keycloak:keycloak-admin-client:23.0.3'
implementation 'org.springframework.kafka:spring-kafka'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.projectreactor:reactor-test'
Expand All @@ -31,3 +31,4 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.student.messaging;

import jakarta.validation.Valid;
import org.apache.kafka.clients.producer.ProducerConfig;
import org.apache.kafka.common.serialization.ByteArraySerializer;
import org.apache.kafka.common.serialization.StringSerializer;
Expand Down

0 comments on commit a0aecda

Please sign in to comment.