Skip to content
Snippets Groups Projects
Commit c8bedf9f authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Adapt Logger dependency for hzj

parent ab067c35
No related branches found
No related tags found
1 merge request!208Add benchmark implementations for Hazelcast Jet
...@@ -21,7 +21,7 @@ dependencies { ...@@ -21,7 +21,7 @@ dependencies {
implementation('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true } implementation('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true }
implementation 'com.google.guava:guava:24.1-jre' implementation 'com.google.guava:guava:24.1-jre'
implementation 'org.slf4j:slf4j-api:1.7.30' implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'org.slf4j:slf4j-jdk14:1.7.30' implementation 'org.slf4j:slf4j-simple:1.7.30'
implementation 'io.confluent:kafka-avro-serializer:5.3.0' implementation 'io.confluent:kafka-avro-serializer:5.3.0'
......
...@@ -4,8 +4,6 @@ plugins { ...@@ -4,8 +4,6 @@ plugins {
dependencies { dependencies {
implementation project(':uc1-commons') implementation project(':uc1-commons')
implementation 'org.slf4j:slf4j-jdk14:1.7.30'
} }
mainClassName = "rocks.theodolite.benchmarks.uc1.hazelcastjet.HistoryService" mainClassName = "rocks.theodolite.benchmarks.uc1.hazelcastjet.HistoryService"
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