Skip to content

Commit

Permalink
♻️ Spring removed from lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfi2022 committed Nov 27, 2024
1 parent e2cecc1 commit aaa6e34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions mobidam-eai-commons-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@
import org.apache.camel.Processor;
import org.apache.camel.tooling.model.Strings;
import org.apache.http.HttpStatus;
import org.springframework.stereotype.Component;

/**
* This class provides the credentials for S3 buckets.
* It takes the configured environment variables from the properties, reads their content
* and provides them as message headers.
*/
@Component
@RequiredArgsConstructor
public class S3CredentialProvider implements Processor {

Expand Down

0 comments on commit aaa6e34

Please sign in to comment.