This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new b13c09c09 change dependabot frequency and remove some unused
dependency (#4156)
b13c09c09 is described below
commit b13c09c0933cedee729582025a8531289613d411
Author: liubao68 <[email protected]>
AuthorDate: Tue Dec 19 14:16:01 2023 +0800
change dependabot frequency and remove some unused dependency (#4156)
---
.github/dependabot.yml | 4 ++--
demo/demo-nacos/pom.xml | 4 ++++
dependencies/default/pom.xml | 26 -------------------------
foundations/foundation-test-scaffolding/pom.xml | 6 ++++++
parents/default/pom.xml | 5 +++++
tracing/pom.xml | 6 ++++++
tracing/tracing-zipkin/pom.xml | 10 ++++------
7 files changed, 27 insertions(+), 34 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 08c874d5e..7f7754fc2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,9 +21,9 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
- interval: "weekly"
+ interval: "monthly"
- package-ecosystem: "maven"
directory: "/"
schedule:
- interval: "weekly"
+ interval: "monthly"
open-pull-requests-limit: 20
diff --git a/demo/demo-nacos/pom.xml b/demo/demo-nacos/pom.xml
index 20c38c7d8..bc35273a3 100644
--- a/demo/demo-nacos/pom.xml
+++ b/demo/demo-nacos/pom.xml
@@ -41,6 +41,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ </dependency>
</dependencies>
<modules>
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 4f9daa7d5..90ef840bb 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -43,8 +43,6 @@
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-logging.version>1.3.0</commons-logging.version>
<commons-text.version>1.11.0</commons-text.version>
- <classmate.version>1.6.0</classmate.version>
- <esotericsoftware.version>4.0.3</esotericsoftware.version>
<failureaccess.version>1.0.2</failureaccess.version>
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
<governator-annotations.version>1.17.12</governator-annotations.version>
@@ -68,7 +66,6 @@
<junit5.version>5.10.1</junit5.version>
<log4j.version>1.2.17</log4j.version>
<log4j2.version>2.22.0</log4j2.version>
- <logback.version>1.2.11</logback.version>
<maven-model.version>3.9.6</maven-model.version>
<micrometer.version>1.12.1</micrometer.version>
<mock-server.version>5.15.0</mock-server.version>
@@ -101,29 +98,6 @@
<dependencyManagement>
<dependencies>
<!-- Third Party -->
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>${logback.version}</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- <version>${logback.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.esotericsoftware</groupId>
- <artifactId>kryo-shaded</artifactId>
- <version>${esotericsoftware.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.fasterxml</groupId>
- <artifactId>classmate</artifactId>
- <version>${classmate.version}</version>
- </dependency>
-
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
diff --git a/foundations/foundation-test-scaffolding/pom.xml
b/foundations/foundation-test-scaffolding/pom.xml
index b3cc9f897..706bf0806 100644
--- a/foundations/foundation-test-scaffolding/pom.xml
+++ b/foundations/foundation-test-scaffolding/pom.xml
@@ -50,6 +50,12 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
diff --git a/parents/default/pom.xml b/parents/default/pom.xml
index f3df8ea27..9faa40e46 100644
--- a/parents/default/pom.xml
+++ b/parents/default/pom.xml
@@ -106,6 +106,11 @@
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
diff --git a/tracing/pom.xml b/tracing/pom.xml
index b67925293..cb968b7f0 100644
--- a/tracing/pom.xml
+++ b/tracing/pom.xml
@@ -39,6 +39,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
diff --git a/tracing/tracing-zipkin/pom.xml b/tracing/tracing-zipkin/pom.xml
index fd9c59ea8..df15e3712 100644
--- a/tracing/tracing-zipkin/pom.xml
+++ b/tracing/tracing-zipkin/pom.xml
@@ -30,6 +30,10 @@
<name>Java Chassis::Tracing::Zipkin</name>
<dependencies>
+ <dependency>
+ <groupId>org.apache.servicecomb</groupId>
+ <artifactId>foundation-common</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>tracing-common</artifactId>
@@ -50,12 +54,6 @@
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-context-slf4j</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>