diff options
author | 2025-02-07 08:15:12 +0100 | |
---|---|---|
committer | 2025-02-07 12:45:15 +0100 | |
commit | 870a5da5ce74d3d12fd28fd80f36cf54e93c381d (patch) | |
tree | ef0a4263cd5072fee0dd0245517cec39d9603190 /checkstyle | |
parent | 551cff8a0fc352d89ad95e9cb1f2591c651c90a3 (diff) |
Dependency inject Retrofit client for IntentInstanceService
- split up IntantApiService into IntentAai- and IntentSoService to be able to
configure their headers centrally (like it is done for the rest of the changes
of this series)
- bump snapshot version to 15.0.1
Issue-ID: USECASEUI-861
Change-Id: I55662ff8dbb1e46f3fdd235852064268866a088f
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'checkstyle')
-rw-r--r-- | checkstyle/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index f60518fd..e364e908 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -17,4 +17,4 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> -</project>
\ No newline at end of file +</project> |