Skip to content

Commit

Permalink
Cleanup - sample 07 (new consumer protocol)
Browse files Browse the repository at this point in the history
* Remove unnecessary test dependencies
* Update @SInCE tag
  • Loading branch information
sobychacko committed May 20, 2024
1 parent 00fd11b commit acead71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions samples/sample-07/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.kafka:spring-kafka'
developmentOnly 'org.springframework.boot:spring-boot-docker-compose'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.kafka:spring-kafka-test'
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
}

tasks.named('test') {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @author Sanghyeok An.
*
* @since 3.3
* @since 3.2.0
*/

@EnableKafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @author Sanghyeok An.
*
* @since 3.3
* @since 3.2.0
*/

@Component
Expand Down

0 comments on commit acead71

Please sign in to comment.