Skip to content
Snippets Groups Projects
Commit e7013da1 authored by Sören Henning's avatar Sören Henning
Browse files

Fix missing dependency

parent e944be2e
No related branches found
No related tags found
1 merge request!225Add option to generate load via Google PubSub
Pipeline #6352 failed
......@@ -22,6 +22,7 @@ dependencies {
implementation('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true }
implementation 'org.apache.kafka:kafka-streams:2.6.0' // TODO required?
implementation platform('com.google.cloud:libraries-bom:24.2.0')
implementation 'com.google.protobuf:protobuf-java-util'
implementation 'com.google.cloud:google-cloud-pubsub'
// Use JUnit test framework
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment