ROT: Erwartungen an SumBusinessLogic.startSum(String)
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index fe06959..dd282c5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>wordcount</artifactId>
+  <artifactId>sum</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <name>Wordcount</name>
-  <description>Splits the incomming sentences into words and counts the words per user.</description>
+  <name>Sum</name>
+  <description>Calculates the sum of all natuarl numbers up to the given natural number</description>
 
   <dependencies>
     <dependency>
       <artifactId>de.flapdoodle.embed.mongo</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.assertj</groupId>
+      <artifactId>assertj-core</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>