Cleanup - sample 07 (new consumer protocol)

* Remove unnecessary test dependencies
* Update @since tag
This commit is contained in:
Soby Chacko
2024-05-20 11:31:15 -04:00
parent 00fd11b51c
commit acead71a6b
3 changed files with 2 additions and 6 deletions

View File

@@ -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') {

View File

@@ -26,7 +26,7 @@ import org.springframework.kafka.annotation.EnableKafka;
*
* @author Sanghyeok An.
*
* @since 3.3
* @since 3.2.0
*/
@EnableKafka

View File

@@ -27,7 +27,7 @@ import org.springframework.stereotype.Component;
*
* @author Sanghyeok An.
*
* @since 3.3
* @since 3.2.0
*/
@Component