Skip to content

Commit

Permalink
optimize: remove dependency without license (#5889)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly committed Sep 30, 2023
1 parent 67c9c46 commit 9d0c687
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-all</artifactId>
<exclusions>
<exclusion>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
</exclusion>
</exclusions>
<version>${sofa.rpc.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -692,6 +698,10 @@
<artifactId>*</artifactId>
<groupId>org.glassfish.jersey</groupId>
</exclusion>
<exclusion>
<artifactId>xmlpull</artifactId>
<groupId>xmlpull</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 9d0c687

Please sign in to comment.