diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml
index 29e6276069769990becfe416d6bcf0a9be14ba8e..c2dddc747790a236736f40b95ef26fbc1b62edca 100644
--- a/CityDoctorParent/pom.xml
+++ b/CityDoctorParent/pom.xml
@@ -37,16 +37,31 @@
 				<artifactId>CityDoctorModel</artifactId>
 				<version>${revision}</version>
 			</dependency>
+			<dependency>
+				<groupId>de.hft.stuttgart</groupId>
+				<artifactId>CityDoctorAutoPro</artifactId>
+				<version>${revision}</version>
+			</dependency>
 			<dependency>
 				<groupId>de.hft.stuttgart</groupId>
 				<artifactId>CityDoctorValidation</artifactId>
 				<version>${revision}</version>
 			</dependency>
+			<dependency>
+				<groupId>de.hft.stuttgart</groupId>
+				<artifactId>CityDoctorGUI</artifactId>
+				<version>${revision}</version>
+			</dependency>
 			<dependency>
 				<groupId>de.hft.stuttgart</groupId>
 				<artifactId>CityDoctorCheckResult</artifactId>
 				<version>${revision}</version>
 			</dependency>
+			<dependency>
+				<groupId>de.hft.stuttgart</groupId>
+				<artifactId>CityDoctorHealer</artifactId>
+				<version>${revision}</version>
+			</dependency>
 			<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE -->
 			<dependency>
 				<groupId>net.sf.saxon</groupId>