Skip to content

Commit

Permalink
Merge pull request #329 from esuomi/TIS-661/aws_compatability_libraries
Browse files Browse the repository at this point in the history
add AWS Secrets Manager related libraries for use in application configuration
  • Loading branch information
testower authored Jun 4, 2024
2 parents c5671f3 + c47920b commit c48ad0e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,18 @@
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

<!-- AWS: enable use of Secrets Manager as parameter source in configurations -->
<dependency>
<groupId>io.awspring.cloud</groupId>
<artifactId>spring-cloud-aws-starter-secrets-manager</artifactId>
<version>3.1.1</version>
</dependency>
<!-- AWS: acquire and refresh jdbc credentials from Secrets Manager in cloud environments -->
<dependency>
<groupId>com.amazonaws.secretsmanager</groupId>
<artifactId>aws-secretsmanager-jdbc</artifactId>
<version>2.0.2</version>
</dependency>

<dependency>
<groupId>org.junit.vintage</groupId>
Expand Down

0 comments on commit c48ad0e

Please sign in to comment.