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

Clean up commons projects

parent 56b0b2ef
No related branches found
No related tags found
1 merge request!90Migrate Flink benchmark implementation
Pipeline #2191 failed
......@@ -16,8 +16,6 @@ def useCaseProjects = subprojects.findAll {it -> it.name.matches('uc(.)*')}
def useCaseApplications = subprojects.findAll {it -> it.name.matches('uc[0-9]+-application')}
def useCaseApplicationsFlink = subprojects.findAll {it -> it.name.matches('uc[0-9]+-application-flink')}
def useCaseGenerators = subprojects.findAll {it -> it.name.matches('uc[0-9]+-workload-generator*')}
def commonProjects = subprojects.findAll {it -> it.name.matches('(.)*commons(.)*')}
def flinkCommon = subprojects.findAll {it -> it.name.matches('(.)*commons(.)*')}
// Plugins
allprojects {
......@@ -155,20 +153,6 @@ configure(useCaseGenerators) {
}
}
// Dependencies for all commons
/*configure(commonProjects) {
dependencies {
// These dependencies are used internally, and not exposed to consumers on their own compile classpath.
implementation 'org.slf4j:slf4j-simple:1.7.25'
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 'org.apache.kafka:kafka-streams:2.6.0'
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
}
}*/
// Per default XML reports for SpotBugs are generated
// Include this to generate HTML reports
tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment