From ae1d1604f73fa02860ec21bba405ac532191a670 Mon Sep 17 00:00:00 2001 From: ktsypkina Date: Mon, 4 Mar 2024 13:11:19 +0100 Subject: [PATCH] fix the build --- .../kotlin/org/zalando/zally/core/DefaultContextFactoryTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/zally-core/src/test/kotlin/org/zalando/zally/core/DefaultContextFactoryTest.kt b/server/zally-core/src/test/kotlin/org/zalando/zally/core/DefaultContextFactoryTest.kt index ba20f2f9c..bdff7ce6f 100644 --- a/server/zally-core/src/test/kotlin/org/zalando/zally/core/DefaultContextFactoryTest.kt +++ b/server/zally-core/src/test/kotlin/org/zalando/zally/core/DefaultContextFactoryTest.kt @@ -1,10 +1,12 @@ package org.zalando.zally.core +import com.fasterxml.jackson.core.JsonPointer import org.assertj.core.api.Assertions.assertThat import org.intellij.lang.annotations.Language import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test import org.zalando.zally.core.ContentParseResultAssert.Companion.assertThat +import org.zalando.zally.rule.api.Violation class DefaultContextFactoryTest {