Skip to content

Commit 3ddc4df

Browse files
committed
Optimize Dapr Spring version management.
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent 1d38e79 commit 3ddc4df

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

dapr-spring/pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,6 @@
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>
@@ -78,11 +56,6 @@
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>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
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>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
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>
@@ -203,6 +201,7 @@
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>

0 commit comments

Comments
 (0)