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 authored Sep 28, 2023
1 parent 539463c commit 084037f
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 @@ -228,6 +228,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 @@ -702,6 +708,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 084037f

Please sign in to comment.