File tree Expand file tree Collapse file tree 3 files changed +2
-30
lines changed
Expand file tree Collapse file tree 3 files changed +2
-30
lines changed Original file line number Diff line number Diff line change 3636
3737 <dependencyManagement >
3838 <dependencies >
39- <dependency >
40- <groupId >org.springframework.boot</groupId >
41- <artifactId >spring-boot-dependencies</artifactId >
42- <version >${springboot.version} </version >
43- <type >pom</type >
44- <scope >import</scope >
45- </dependency >
46- <dependency >
47- <groupId >io.dapr</groupId >
48- <artifactId >dapr-sdk</artifactId >
49- <version >${dapr.sdk.version} </version >
50- </dependency >
51- <dependency >
52- <groupId >io.dapr</groupId >
53- <artifactId >dapr-sdk-actors</artifactId >
54- <version >${dapr.sdk.version} </version >
55- </dependency >
56- <dependency >
57- <groupId >io.dapr</groupId >
58- <artifactId >dapr-sdk-workflows</artifactId >
59- <version >${dapr.sdk.version} </version >
60- </dependency >
6139 <dependency >
6240 <groupId >io.dapr.spring</groupId >
6341 <artifactId >dapr-spring-data</artifactId >
7856 <artifactId >dapr-spring-boot-autoconfigure</artifactId >
7957 <version >${dapr.spring.version} </version >
8058 </dependency >
81- <dependency >
82- <groupId >io.dapr</groupId >
83- <artifactId >dapr-sdk-springboot</artifactId >
84- <version >${dapr.sdk.version} </version >
85- </dependency >
8659 <dependency >
8760 <groupId >io.dapr.spring</groupId >
8861 <artifactId >dapr-spring-boot-tests</artifactId >
Original file line number Diff line number Diff line change 109109 <dependency >
110110 <groupId >io.dapr</groupId >
111111 <artifactId >dapr-sdk-workflows</artifactId >
112- <version >${dapr.sdk .version} </version >
112+ <version >${project .version} </version >
113113 </dependency >
114114 <dependency >
115115 <groupId >io.dapr</groupId >
Original file line number Diff line number Diff line change 5353 <!-- Do NOT UPGRADE springframework.version without checking springboot.version alignment -->
5454 <nexus-staging-maven-plugin .version>1.7.0</nexus-staging-maven-plugin .version>
5555 <assertj .version>3.27.3</assertj .version>
56- <grpc .version>1.69.0</grpc .version>
57- <protobuf .version>3.25.5</protobuf .version>
5856 <opentelemetry .version>1.41.0</opentelemetry .version>
5957 <wiremock .version>3.9.1</wiremock .version>
6058 <jakarta .annotation.version>2.1.1</jakarta .annotation.version>
203201 <artifactId >spring-boot-dependencies</artifactId >
204202 <version >${springboot.version} </version >
205203 <type >pom</type >
204+ <scope >import</scope >
206205 </dependency >
207206 <dependency >
208207 <groupId >org.testcontainers</groupId >
You can’t perform that action at this time.
0 commit comments