prevent full feed fetching next time we fetch it if caching header values changed but content did not (#1037)

This commit is contained in:
Athou
2023-01-27 08:08:50 +01:00
parent 5c2454c331
commit ea4b120a85
5 changed files with 99 additions and 2 deletions

View File

@@ -474,6 +474,11 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockserver-junit-jupiter</artifactId>