Skip to content

Commit d6c7759

Browse files
committed
letting SB to manage the logback version, so it is aligned
Signed-off-by: salaboy <[email protected]>
1 parent 6c669c7 commit d6c7759

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dapr-spring/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<testcontainers.version>1.19.8</testcontainers.version>
3535
<junit.version>5.11.2</junit.version>
3636
<dapr.spring.version>0.16.0-SNAPSHOT</dapr.spring.version>
37-
<logback-core.version>1.4.14</logback-core.version>
3837
</properties>
3938

4039
<dependencyManagement>
@@ -163,7 +162,6 @@
163162
<dependency>
164163
<groupId>ch.qos.logback</groupId>
165164
<artifactId>logback-core</artifactId>
166-
<version>${logback-core.version}</version>
167165
</dependency>
168166
</dependencies>
169167
</dependencyManagement>

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<grpc.version>1.69.0</grpc.version>
5858
<protobuf.version>3.25.5</protobuf.version>
5959
<opentelemetry.version>1.41.0</opentelemetry.version>
60-
<logback-core.version>1.5.16</logback-core.version>
6160
<wiremock.version>3.9.1</wiremock.version>
6261
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
6362
<javax.annotation.version>1.3.2</javax.annotation.version>
@@ -280,7 +279,6 @@
280279
<dependency>
281280
<groupId>ch.qos.logback</groupId>
282281
<artifactId>logback-core</artifactId>
283-
<version>${logback-core.version}</version>
284282
</dependency>
285283
<dependency>
286284
<groupId>commons-cli</groupId>

0 commit comments

Comments
 (0)