Skip to content

Commit acead71

Browse files
committed
Cleanup - sample 07 (new consumer protocol)
* Remove unnecessary test dependencies * Update @SInCE tag
1 parent 00fd11b commit acead71

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

samples/sample-07/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ dependencies {
2121
implementation 'org.springframework.boot:spring-boot-starter'
2222
implementation 'org.springframework.kafka:spring-kafka'
2323
developmentOnly 'org.springframework.boot:spring-boot-docker-compose'
24-
25-
testImplementation 'org.springframework.boot:spring-boot-starter-test'
26-
testImplementation 'org.springframework.kafka:spring-kafka-test'
27-
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
2824
}
2925

3026
tasks.named('test') {

samples/sample-07/src/main/java/com/example/sample07/Sample07Application.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @author Sanghyeok An.
2828
*
29-
* @since 3.3
29+
* @since 3.2.0
3030
*/
3131

3232
@EnableKafka

samples/sample-07/src/main/java/com/example/sample07/Sample07KafkaListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* @author Sanghyeok An.
2929
*
30-
* @since 3.3
30+
* @since 3.2.0
3131
*/
3232

3333
@Component

0 commit comments

Comments
 (0)