boot24 update
This commit is contained in:
@@ -16,21 +16,19 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.3.2.RELEASE</version>
|
||||
<!-- <version>2.1.13.RELEASE</version>-->
|
||||
<version>2.4.3</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>com.example.task</groupId>
|
||||
<artifactId>task-demo-metrics-prometheus</artifactId>
|
||||
<version>0.0.3-SNAPSHOT</version>
|
||||
<version>0.0.4-SNAPSHOT</version>
|
||||
<name>task-demo-metrics-prometheus</name>
|
||||
<description>Demo project for Spring Boot</description>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<prometheus-rsocket-spring.version>1.0.0</prometheus-rsocket-spring.version>
|
||||
<!-- <prometheus-rsocket-spring.version>0.9.0</prometheus-rsocket-spring.version>-->
|
||||
<spring-cloud-task-dependencies.version>2.3.0.BUILD-SNAPSHOT</spring-cloud-task-dependencies.version>
|
||||
<prometheus-rsocket-spring.version>1.3.0</prometheus-rsocket-spring.version>
|
||||
<spring-cloud-task-dependencies.version>2.3.0</spring-cloud-task-dependencies.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -63,6 +61,10 @@
|
||||
<artifactId>prometheus-rsocket-spring</artifactId>
|
||||
<version>${prometheus-rsocket-spring.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-registry-prometheus</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-configuration-processor</artifactId>
|
||||
@@ -72,15 +74,14 @@
|
||||
<groupId>io.micrometer.prometheus</groupId>
|
||||
<artifactId>prometheus-rsocket-client</artifactId>
|
||||
<version>${prometheus-rsocket-spring.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.rsocket</groupId>
|
||||
<artifactId>rsocket-transport-netty</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<!-- <version>1.0.0-RC5</version>-->
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>io.rsocket</groupId>-->
|
||||
<!-- <artifactId>rsocket-transport-netty</artifactId>-->
|
||||
<!-- <version>1.0.2</version>-->
|
||||
<!--<!– <version>1.0.0-RC5</version>–>-->
|
||||
<!-- <scope>test</scope>-->
|
||||
<!-- </dependency>-->
|
||||
</dependencies>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user