Skip to content

Commit 7dcd71c

Browse files
committed
SPR-7994 Add missing optional flag for Rome library in spring-web
1 parent 5e3a520 commit 7dcd71c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

org.springframework.web/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<dependency>
2525
<groupId>rome</groupId>
2626
<artifactId>rome</artifactId>
27-
<version>0.9</version>
27+
<version>1.0</version>
28+
<optional>true</optional>
2829
</dependency>
2930
<dependency>
3031
<groupId>javax.el</groupId>

0 commit comments

Comments
 (0)