From 0e6bc3daf00c311ff732bd5a67c396eca12364bf Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Thu, 10 Feb 2022 12:02:21 +0100
Subject: [PATCH] Add test engine

---
 .../src/main/groovy/theodolite.hazelcastjet.gradle     | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle b/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle
index 5918ccc22..826d4c750 100644
--- a/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle
+++ b/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle
@@ -17,10 +17,10 @@ repositories {
 }
 
 dependencies {
-	implementation('org.industrial-devops:titan-ccp-common:0.1.0-SNAPSHOT') { changing = true }
+  implementation('org.industrial-devops:titan-ccp-common:0.1.0-SNAPSHOT') { changing = true }
   implementation('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true }
   implementation 'com.google.code.gson:gson:2.8.2'
- 	implementation 'com.google.guava:guava:24.1-jre'
+  implementation 'com.google.guava:guava:24.1-jre'
   implementation 'org.slf4j:slf4j-api:1.7.25'
   implementation 'io.confluent:kafka-avro-serializer:5.3.0'
 
@@ -28,11 +28,13 @@ dependencies {
   implementation 'com.hazelcast.jet:hazelcast-jet-kafka:4.5'
   implementation 'com.hazelcast:hazelcast-kubernetes:2.2.2'
  	
- 	implementation project(':hazelcastjet-commons')
+  implementation project(':hazelcastjet-commons')
 
   testImplementation("junit:junit:4.13.2")
+  testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.8.2")
+
   testImplementation 'com.hazelcast:hazelcast:4.2:tests'
- 	testImplementation 'com.hazelcast.jet:hazelcast-jet-core:4.5:tests'
+  testImplementation 'com.hazelcast.jet:hazelcast-jet-core:4.5:tests'
 
 }
 
-- 
GitLab