JJCSA / backend

0 stars 1 forks source link

Aws Parameter Store Integration and keycloak version change #65

Closed sanketshah1997 closed 3 years ago

sanketshah1997 commented 3 years ago

Description

## Issue Fixes # ## Checklist - [x] I have commented my code in hard-to-understand areas - [x] I have created relevant Unit Tests for the feature I implemented - [x] I have pulled and merged the latest code and resolved all merge conflicts - [x] I have added someone to review this PR, and informed the team on Slack
shah-tejas commented 3 years ago

It might also be better to define the aws cloud dependencies from the pom:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>io.awspring.cloud</groupId>
            <artifactId>spring-cloud-aws-dependencies</artifactId>
            <version>${spring-cloud-aws-version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>