Skip to content

Commit bc21d57

Browse files
committed
swap optional and scope as previous commit
1 parent 770bc18 commit bc21d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/grpc-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<groupId>javax.servlet</groupId>
4242
<artifactId>servlet-api</artifactId>
4343
<version>2.5</version>
44-
<optional>true</optional>
4544
<scope>provided</scope>
45+
<optional>true</optional>
4646
</dependency>
4747
<dependency>
4848
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)