feat(http): core outbound HTTP interfaces and property records

This commit is contained in:
hsiegeln
2026-04-19 15:39:57 +02:00
parent ffdfd6cd9a
commit 2224f7d902
5 changed files with 59 additions and 0 deletions

View File

@@ -37,6 +37,10 @@
<artifactId>spring-security-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>