diff --git a/Exam/Sd1/Diff/Diff/pom.xml b/Exam/Sd1/Diff/Diff/pom.xml
index 042b6a7772024b1ea28e4d0d2f43757b29f236b5..5760c042c474fca92335df84456013b1713f788d 100644
--- a/Exam/Sd1/Diff/Diff/pom.xml
+++ b/Exam/Sd1/Diff/Diff/pom.xml
@@ -2,13 +2,6 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>de.hdm-stuttgart.mi</groupId>
-    <artifactId>lecturenotes-pom</artifactId>
-    <version>1.0</version>
-    <relativePath>../../../../P/pom.xml</relativePath>
-  </parent>
-
   <groupId>de.hdm-stuttgart.de.sd1</groupId>
   <artifactId>diff</artifactId>
   <version>1.0</version>
@@ -16,4 +9,14 @@
 
   <name>Diff</name>
 
+  <dependencies>
+  
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    
+</dependencies>
 </project>
diff --git a/Exam/Sd1/Diff/DiffSolution/pom.xml b/Exam/Sd1/Diff/DiffSolution/pom.xml
index 07513bd6002168e2675bb5efa9caa2f20f649f46..f1443c6c0cdf32dbb3e4bc0b1acbba3ce7a0184a 100644
--- a/Exam/Sd1/Diff/DiffSolution/pom.xml
+++ b/Exam/Sd1/Diff/DiffSolution/pom.xml
@@ -2,13 +2,6 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>de.hdm-stuttgart.mi</groupId>
-    <artifactId>lecturenotes-pom</artifactId>
-    <version>1.0</version>
-    <relativePath>../../../../P/pom.xml</relativePath>
-  </parent>
-
   <groupId>de.hdm-stuttgart.de.sd1</groupId>
   <artifactId>diff</artifactId>
   <version>2.0</version>
@@ -16,4 +9,14 @@
 
   <name>Diff</name>
 
+  <dependencies>
+  
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    
+</dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index 33fea57bfa75a267e4e70fc3fa2f21452a9e3fc8..dae76d9cf0140e4c444e79e29c35dd55338d077a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,17 +77,20 @@
   </build>
 
   <dependencies>
+  
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>4.12</version>
       <scope>test</scope>
     </dependency>
+    
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
       <version>2.3</version>
     </dependency>
+    
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>