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

Update titan-ccp-common to version 0.0.4

parent 854324da
Branches
Tags
No related merge requests found
...@@ -57,10 +57,8 @@ allprojects { ...@@ -57,10 +57,8 @@ allprojects {
// Dependencies for all use cases // Dependencies for all use cases
configure(useCaseProjects) { configure(useCaseProjects) {
dependencies { dependencies {
// These dependencies is exported to consumers, that is to say found on their compile classpath. // These dependencies are exported to consumers, that is to say found on their compile classpath.
api('org.industrial-devops:titan-ccp-common:0.0.3-SNAPSHOT') { changing = true } api('org.industrial-devops:titan-ccp-common:0.0.4-SNAPSHOT') { changing = true }
api 'net.kieker-monitoring:kieker:1.14-SNAPSHOT'
api 'net.sourceforge.teetime:teetime:3.0'
// These dependencies are used internally, and not exposed to consumers on their own compile classpath. // These dependencies are used internally, and not exposed to consumers on their own compile classpath.
implementation 'org.apache.kafka:kafka-clients:2.1.0' implementation 'org.apache.kafka:kafka-clients:2.1.0'
...@@ -82,7 +80,7 @@ configure(commonProjects) { ...@@ -82,7 +80,7 @@ configure(commonProjects) {
// These dependencies are used internally, and not exposed to consumers on their own compile classpath. // These dependencies are used internally, and not exposed to consumers on their own compile classpath.
implementation 'org.slf4j:slf4j-simple:1.6.1' implementation 'org.slf4j:slf4j-simple:1.6.1'
implementation('org.industrial-devops:titan-ccp-common:0.0.3-SNAPSHOT') { changing = true } implementation('org.industrial-devops:titan-ccp-common:0.0.4-SNAPSHOT') { changing = true }
// Use JUnit test framework // Use JUnit test framework
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment