Skip to content

Commit

Permalink
Switch to a working micrometer dependency stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabby Anandan committed Aug 14, 2020
1 parent c599260 commit ca37240
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions brake-logs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>app-starters-micrometer-common</artifactId>
<version>2.1.2.RELEASE</version>
<artifactId>stream-applications-micrometer-common</artifactId>
<version>3.0.0-M2</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down
4 changes: 2 additions & 2 deletions brake-temperature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>app-starters-micrometer-common</artifactId>
<version>2.1.2.RELEASE</version>
<artifactId>stream-applications-micrometer-common</artifactId>
<version>3.0.0-M2</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down
4 changes: 2 additions & 2 deletions trucks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>app-starters-micrometer-common</artifactId>
<version>2.1.2.RELEASE</version>
<artifactId>stream-applications-micrometer-common</artifactId>
<version>3.0.0-M2</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down

0 comments on commit ca37240

Please sign in to comment.