Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
add log4j2 adapter to base
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjing2 committed Feb 1, 2024
1 parent ea51d50 commit c119d10
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sofa-serverless-runtime/sofa-serverless-base-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@
<!-- include adapter libs first -->
<dependency>
<groupId>com.alipay.sofa.serverless</groupId>
<artifactId>sofa-serverless-adapter-logback</artifactId>
<artifactId>sofa-serverless-adapter-log4j2</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa.serverless</groupId>
<artifactId>sofa-serverless-adapter-apollo</artifactId>
<artifactId>sofa-serverless-adapter-logback</artifactId>
<version>${revision}</version>
</dependency>

<dependency>
<groupId>com.alipay.sofa.serverless</groupId>
<artifactId>sofa-serverless-adapter-dubbo2.6</artifactId>
<artifactId>sofa-serverless-adapter-apollo</artifactId>
<version>${revision}</version>
</dependency>

Expand Down

0 comments on commit c119d10

Please sign in to comment.