Added a simple implementation of the polling outbox pattern
[demos/kafka/outbox] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3e46567..8825add 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
 
   <modules>
     <module>jdbc</module>
+    <module>outbox</module>
   </modules>
 
 </project>