diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml
index 88c09c5d71732dfa7e2bf84304a5ead3e60cc008..b5dcc4f6666f8cb01da0852f313b4f2aab5d5c99 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -31,6 +31,19 @@
 	</properties>
 
 	<dependencies>
+		<!-- own Project -->
+		<dependency>
+			<groupId>de.itvsh.ozg.mail</groupId>
+			<artifactId>mail-service</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>de.itvsh.ozg.pluto</groupId>
+			<artifactId>pluto-interface</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+
+
 		<!-- Spring -->
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
@@ -60,12 +73,6 @@
 			<artifactId>spring-boot-starter-validation</artifactId>
 		</dependency>
 
-		<!-- own projects -->
-		<dependency>
-			<groupId>de.itvsh.ozg.pluto</groupId>
-			<artifactId>pluto-interface</artifactId>
-			<version>${project.version}</version>
-		</dependency>
 
 		<!-- Tools -->
 		<dependency>