diff --git a/xta-adapter/pom.xml b/xta-adapter/pom.xml
index e3e9e560f12370577faa83ab620a6a24af361d49..6557a321b925d9653ec245854de08eb44d3c9b91 100644
--- a/xta-adapter/pom.xml
+++ b/xta-adapter/pom.xml
@@ -83,6 +83,7 @@
 			<artifactId>spring-boot-configuration-processor</artifactId>
 			<optional>true</optional>
 		</dependency>
+		<!-- Test -->
 		<dependency>
 			<groupId>com.squareup.okio</groupId>
 			<artifactId>okio</artifactId>
@@ -95,7 +96,6 @@
 			<version>${mockwebserver.version}</version>
 			<scope>test</scope>
 		</dependency>
-		<!-- Test -->
 		<dependency>
 			<groupId>de.ozgcloud.eingang</groupId>
 			<artifactId>common</artifactId>