Skip to content

Commit 142de8b

Browse files
committed
rest of the patterns
1 parent a2d4001 commit 142de8b

File tree

91 files changed

+892
-340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+892
-340
lines changed

microservices-aggregrator/aggregator-service/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework</groupId>
4040
<artifactId>spring-webmvc</artifactId>
41+
<version>6.2.5</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>org.springframework.boot</groupId>

microservices-aggregrator/information-microservice/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework</groupId>
4040
<artifactId>spring-webmvc</artifactId>
41+
<version>6.2.5</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>org.springframework.boot</groupId>

microservices-aggregrator/inventory-microservice/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework</groupId>
4040
<artifactId>spring-webmvc</artifactId>
41+
<version>6.2.5</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>org.springframework.boot</groupId>

microservices-aggregrator/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@
3434
<modelVersion>4.0.0</modelVersion>
3535
<artifactId>microservices-aggregrator</artifactId>
3636
<packaging>pom</packaging>
37-
<dependencyManagement>
38-
<dependencies>
39-
<dependency>
40-
<groupId>org.springframework.boot</groupId>
41-
<artifactId>spring-boot-dependencies</artifactId>
42-
<type>pom</type>
43-
<version>3.2.4</version>
44-
<scope>import</scope>
45-
</dependency>
46-
</dependencies>
47-
</dependencyManagement>
4837
<modules>
4938
<module>information-microservice</module>
5039
<module>aggregator-service</module>

microservices-api-gateway/api-gateway-service/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework</groupId>
4040
<artifactId>spring-webmvc</artifactId>
41+
<version>6.2.5</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>org.springframework.boot</groupId>

microservices-api-gateway/image-microservice/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework</groupId>
4040
<artifactId>spring-webmvc</artifactId>
41+
<version>6.2.5</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>org.springframework.boot</groupId>

microservices-api-gateway/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@
3434
<modelVersion>4.0.0</modelVersion>
3535
<artifactId>microservices-api-gateway</artifactId>
3636
<packaging>pom</packaging>
37-
<dependencyManagement>
38-
<dependencies>
39-
<dependency>
40-
<groupId>org.springframework.boot</groupId>
41-
<artifactId>spring-boot-dependencies</artifactId>
42-
<type>pom</type>
43-
<version>3.2.4</version>
44-
<scope>import</scope>
45-
</dependency>
46-
</dependencies>
47-
</dependencyManagement>
4837
<modules>
4938
<module>image-microservice</module>
5039
<module>price-microservice</module>

microservices-api-gateway/price-microservice/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<dependency>
3939
<groupId>org.springframework</groupId>
4040
<artifactId>spring-webmvc</artifactId>
41+
<version>6.2.5</version>
4142
</dependency>
4243
<dependency>
4344
<groupId>org.springframework.boot</groupId>

microservices-client-side-ui-composition/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@
3939
<artifactId>microservices-client-side-ui-composition</artifactId>
4040

4141
<dependencies>
42+
<dependency>
43+
<groupId>org.slf4j</groupId>
44+
<artifactId>slf4j-api</artifactId>
45+
</dependency>
46+
<dependency>
47+
<groupId>ch.qos.logback</groupId>
48+
<artifactId>logback-classic</artifactId>
49+
</dependency>
4250
<dependency>
4351
<groupId>org.junit.jupiter</groupId>
4452
<artifactId>junit-jupiter-engine</artifactId>

microservices-distributed-tracing/pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@
3434
<modelVersion>4.0.0</modelVersion>
3535
<artifactId>microservices-distributed-tracing</artifactId>
3636
<packaging>pom</packaging>
37-
<dependencyManagement>
38-
<dependencies>
39-
<dependency>
40-
<groupId>org.springframework.boot</groupId>
41-
<artifactId>spring-boot-dependencies</artifactId>
42-
<type>pom</type>
43-
<version>3.3.1</version>
44-
<scope>import</scope>
45-
</dependency>
46-
</dependencies>
47-
</dependencyManagement>
4837
<dependencies>
4938
<dependency>
5039
<groupId>org.springframework.boot</groupId>
@@ -57,11 +46,13 @@
5746
<dependency>
5847
<groupId>io.micrometer</groupId>
5948
<artifactId>micrometer-tracing-bridge-brave</artifactId>
49+
<version>1.4.4</version>
6050
<scope>compile</scope>
6151
</dependency>
6252
<dependency>
6353
<groupId>io.zipkin.reporter2</groupId>
6454
<artifactId>zipkin-reporter-brave</artifactId>
55+
<version>3.5.0</version>
6556
</dependency>
6657
<dependency>
6758
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)