Skip to content

Commit f2ee746

Browse files
committed
GH-5744: migrate rdf4j-sail-memory to Jackson 3
Update QueryPlanRetrievalTest to use tools.jackson.databind.{JsonNode,ObjectMapper} instead of com.fasterxml.jackson.databind. Jackson 3 arrives transitively, so no pom.xml change is required.
1 parent 95c6a8d commit f2ee746

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/sail/memory/src/test/java/org/eclipse/rdf4j/sail/memory/QueryPlanRetrievalTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
import org.junit.jupiter.api.Disabled;
5050
import org.junit.jupiter.api.Test;
5151

52-
import com.fasterxml.jackson.databind.JsonNode;
53-
import com.fasterxml.jackson.databind.ObjectMapper;
52+
import tools.jackson.databind.JsonNode;
53+
import tools.jackson.databind.ObjectMapper;
5454

5555
public class QueryPlanRetrievalTest {
5656

0 commit comments

Comments
 (0)