Skip to content

Commit

Permalink
swap optional and scope as previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
guohao committed Dec 17, 2022
1 parent 770bc18 commit bc21d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/grpc-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<optional>true</optional>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit bc21d57

Please sign in to comment.