WIP
[maven-thymeleaf-skin] / pom.xml
diff --git a/pom.xml b/pom.xml
index e4725e1..ec1fc3a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>de.juplo.jackson</groupId>
-  <artifactId>simple-mapping</artifactId>
+  <artifactId>simple-mapper</artifactId>
   <version>1.0-SNAPSHOT</version>
 
   <properties>
 
 
     <!-- Testing -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>