Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
FLPATH-274 enable spring-cloud-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiubodiu committed Apr 14, 2023
1 parent 74a5c14 commit ffd2bfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 0 additions & 6 deletions notification-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,6 @@
<scope>runtime</scope>
</dependency>
<!-- END Metrics Dependencies -->
<!-- START Spring Cloud Config Dependencies -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<!-- END Spring Cloud Config Dependencies -->
</dependencies>
<dependencyManagement>
<dependencies>
Expand Down
10 changes: 10 additions & 0 deletions workflow-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
<artifactId>spring-cloud-starter</artifactId>
</dependency>
<!-- END Web Dependencies -->
<!-- START Spring Cloud Dependencies -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<!-- END Spring Cloud Dependencies -->
<!-- START Spring Security Dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit ffd2bfa

Please sign in to comment.