Skip to content
Snippets Groups Projects
Commit 59152a00 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

#1 Use service annotation

parent 14c5843f
Branches
Tags
No related merge requests found
Pipeline #1063 failed
......@@ -6,7 +6,6 @@ variables:
-s .m2/ci_settings.xml --batch-mode
-Dmaven.plugin.validation=brief
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
services:
......
......@@ -2,9 +2,12 @@ package de.ozgcloud.nachrichten.postfach.osiv2;
import java.util.stream.Stream;
import org.springframework.stereotype.Service;
import de.ozgcloud.nachrichten.postfach.PostfachNachricht;
import de.ozgcloud.nachrichten.postfach.PostfachRemoteService;
@Service
public class OsiPostfachRemoteService implements PostfachRemoteService {
public static final String POSTFACH_TYPE_OSIV2 = "MUK";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment