diff --git a/build.gradle b/build.gradle
index 069918449a3f2e23c15b4705f150e30fa3053413..a0c08efc67c2ea12f3b128a77c07ddbb3292715b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,7 +79,7 @@ configure(useCaseApplications) {
 configure(useCaseGenerators) {
   dependencies {
       // These dependencies are used internally, and not exposed to consumers on their own compile classpath.
-      //implementation('org.industrial-devops:titan-ccp-common:0.0.4-SNAPSHOT') { changing = true }
+      implementation('org.industrial-devops:titan-ccp-common:0.0.4-SNAPSHOT') { changing = true }
       //implementation('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true }
       implementation 'com.google.guava:guava:1.14'
       implementation 'com.google.guava:guava:24.1-jre'