Skip to content

Commit 2296913

Browse files
committed
Reinstate JsonPath dependency that is no longer pulled in transitively
1 parent 0cdde3b commit 2296913

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-docs/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
<artifactId>h2</artifactId>
133133
<optional>true</optional>
134134
</dependency>
135+
<dependency>
136+
<groupId>com.jayway.jsonpath</groupId>
137+
<artifactId>json-path</artifactId>
138+
<optional>true</optional>
139+
</dependency>
135140
<dependency>
136141
<groupId>com.samskivert</groupId>
137142
<artifactId>jmustache</artifactId>

0 commit comments

Comments
 (0)