Changeset 5:d875d05aace0
Updated dependencies
author | unexist |
---|---|
date | Mon, 30 Aug 2021 17:55:48 +0200 |
parents | a7239d6e831b |
children | 5e77ac2c4e3f |
files | todo-service/pom.xml |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/todo-service/pom.xml Mon Aug 30 17:55:32 2021 +0200 +++ b/todo-service/pom.xml Mon Aug 30 17:55:48 2021 +0200 @@ -42,5 +42,13 @@ <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-jackson</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-timer</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-kafka</artifactId> + </dependency> </dependencies> </project> \ No newline at end of file