From 1c1587662fe1475779d07658dee7a8e77e11d3cf Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Tue, 30 Jul 2024 10:54:12 +0200 Subject: [PATCH] Add missing "test" scope to some dependencies The missing scopes were reported by `mvn dependency:analyze`. Signed-off-by: Stefan Weil --- Kitodo-DataEditor/pom.xml | 1 + Kitodo-Query-URL-Import/pom.xml | 1 + Kitodo-XML-SchemaConverter/pom.xml | 1 + Kitodo/pom.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/Kitodo-DataEditor/pom.xml b/Kitodo-DataEditor/pom.xml index 961afdbaaa8..f3f557430b2 100644 --- a/Kitodo-DataEditor/pom.xml +++ b/Kitodo-DataEditor/pom.xml @@ -60,6 +60,7 @@ org.hamcrest hamcrest + test diff --git a/Kitodo-Query-URL-Import/pom.xml b/Kitodo-Query-URL-Import/pom.xml index d77dbb17594..40213263326 100644 --- a/Kitodo-Query-URL-Import/pom.xml +++ b/Kitodo-Query-URL-Import/pom.xml @@ -51,6 +51,7 @@ org.hamcrest hamcrest + test com.xebialabs.restito diff --git a/Kitodo-XML-SchemaConverter/pom.xml b/Kitodo-XML-SchemaConverter/pom.xml index 18a699a6442..3b6629cba88 100644 --- a/Kitodo-XML-SchemaConverter/pom.xml +++ b/Kitodo-XML-SchemaConverter/pom.xml @@ -43,6 +43,7 @@ org.hamcrest hamcrest + test net.sf.saxon diff --git a/Kitodo/pom.xml b/Kitodo/pom.xml index 65582074ae4..e5927e6cbda 100644 --- a/Kitodo/pom.xml +++ b/Kitodo/pom.xml @@ -324,6 +324,7 @@ org.xmlunit xmlunit-matchers + test com.h2database