diff --git a/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle b/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle index 9a8a7bed11659ea7bce419ee9a289e141fd0b7f5..2e082c541b1ce7fa6a14ef052e3078bc3ddc1557 100644 --- a/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle +++ b/theodolite-benchmarks/buildSrc/src/main/groovy/theodolite.hazelcastjet.gradle @@ -4,8 +4,6 @@ plugins { // make executable id 'application' - - //id "org.sonarqube" version "3.0" } repositories { @@ -14,25 +12,26 @@ repositories { url "https://oss.sonatype.org/content/repositories/snapshots/" } maven { - url 'https://packages.confluent.io/maven/' + url 'https://packages.confluent.io/maven/' } } dependencies { 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.hazelcast.jet:hazelcast-jet:4.5' - implementation 'com.hazelcast.jet:hazelcast-jet-kafka:4.5' - implementation 'com.hazelcast:hazelcast-kubernetes:2.2.2' - implementation 'io.confluent:kafka-avro-serializer:5.3.0' - implementation 'org.slf4j:slf4j-api:1.7.25' - implementation 'com.google.code.gson:gson:2.8.2' + 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 'org.slf4j:slf4j-api:1.7.25' + implementation 'io.confluent:kafka-avro-serializer:5.3.0' + + implementation 'com.hazelcast.jet:hazelcast-jet:4.5' + implementation 'com.hazelcast.jet:hazelcast-jet-kafka:4.5' + implementation 'com.hazelcast:hazelcast-kubernetes:2.2.2' + implementation project(':hazelcastjet-commons') - compile 'com.hazelcast.jet:hazelcast-jet-core:4.5:tests' - compile 'com.hazelcast:hazelcast:4.2:tests' - - // Use JUnit test framework - testImplementation("junit:junit:4.13.2") + + testImplementation("junit:junit:4.13.2") + testImplementation 'com.hazelcast:hazelcast:4.2:tests' + testImplementation 'com.hazelcast.jet:hazelcast-jet-core:4.5:tests' } \ No newline at end of file diff --git a/theodolite-benchmarks/uc1-hazelcastjet/build.gradle b/theodolite-benchmarks/uc1-hazelcastjet/build.gradle index df120a50d63704ebff8a590a18a83310022923fa..2643c5224cc0b1255da55322fd1eabda431d1937 100644 --- a/theodolite-benchmarks/uc1-hazelcastjet/build.gradle +++ b/theodolite-benchmarks/uc1-hazelcastjet/build.gradle @@ -1,5 +1,4 @@ plugins { - // hazelcastjet common stuff id 'theodolite.hazelcastjet' } diff --git a/theodolite-benchmarks/uc2-hazelcastjet/build.gradle b/theodolite-benchmarks/uc2-hazelcastjet/build.gradle index 0bb75eaf150b086f93e6028dafb5e2ac3e733754..ee5efc5c12888412b153b4c7ae98df10d85f379b 100644 --- a/theodolite-benchmarks/uc2-hazelcastjet/build.gradle +++ b/theodolite-benchmarks/uc2-hazelcastjet/build.gradle @@ -1,5 +1,4 @@ plugins { - // common java conventions id 'theodolite.hazelcastjet' } diff --git a/theodolite-benchmarks/uc3-hazelcastjet/build.gradle b/theodolite-benchmarks/uc3-hazelcastjet/build.gradle index 1f4870895b54b19d0dad6cafe65f145f82061d2d..bb5dfc7efdfb044b951d9bfb5c2f55b0ff862a08 100644 --- a/theodolite-benchmarks/uc3-hazelcastjet/build.gradle +++ b/theodolite-benchmarks/uc3-hazelcastjet/build.gradle @@ -1,5 +1,4 @@ plugins { - // common java conventions id 'theodolite.hazelcastjet' } diff --git a/theodolite-benchmarks/uc4-hazelcastjet/build.gradle b/theodolite-benchmarks/uc4-hazelcastjet/build.gradle index 7fd51cca2b4301d3d4e08fcf20d646bebf451941..4799d759ff7389eba5b186673bfacde1ff6deff6 100644 --- a/theodolite-benchmarks/uc4-hazelcastjet/build.gradle +++ b/theodolite-benchmarks/uc4-hazelcastjet/build.gradle @@ -1,5 +1,4 @@ plugins { - // common java conventions id 'theodolite.hazelcastjet' }