diff --git a/alfa-service/src/main/java/de/ozgcloud/alfa/postfach/PostfachNachrichtHistorieProcessor.java b/alfa-service/src/main/java/de/ozgcloud/alfa/postfach/PostfachNachrichtHistorieProcessor.java
index 9d7a05e6e2b92f274d1699e7600d74ecc9b3bf8b..f1bfc7c17799872d553cea132060f2901e8147a8 100644
--- a/alfa-service/src/main/java/de/ozgcloud/alfa/postfach/PostfachNachrichtHistorieProcessor.java
+++ b/alfa-service/src/main/java/de/ozgcloud/alfa/postfach/PostfachNachrichtHistorieProcessor.java
@@ -5,12 +5,14 @@ import java.util.stream.Stream;
 
 import org.apache.commons.collections.MapUtils;
 import org.apache.commons.lang3.StringUtils;
+import org.springframework.stereotype.Component;
 
 import de.ozgcloud.alfa.common.command.Command;
 import de.ozgcloud.alfa.common.command.CommandBodyMapper;
 import de.ozgcloud.alfa.common.command.CommandOrder;
 import de.ozgcloud.alfa.historie.HistorieProcessor;
 
+@Component
 class PostfachNachrichtHistorieProcessor implements HistorieProcessor {
 
 	static final String DIRECTION_INCOMMING = "IN";