From 8149ee1699ef11560052b90a6de4019f2ea69f1f Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Mon, 3 Apr 2023 14:08:56 +0200 Subject: [PATCH] - added missed dependency --- Makefile | 2 +- gitlab-ci/Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a9aad0..d4b2cb1 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ROSETTASDKPLUGINS:=${ROSETTASDK}/../../bundled_plugins/ ROSETTASDKJARS=$(shell find ${ROSETTASDKDEPOSIT} -name "*.jar") # classpath -JUNITCLASSPATH:=./java/:/usr/share/java/junit4.jar:$(shell find ${ROSETTASDKDEPOSIT} -name "*.jar" -print |xargs echo |sed -e "s/ /:/g") +JUNITCLASSPATH:=./java/:/usr/share/java/junit4.jar:/usr/share/java/spring3-beans-3.x.jar:/usr/share/java/spring3-core-3.x.jar:$(shell find ${ROSETTASDKDEPOSIT} -name "*.jar" -print |xargs echo |sed -e "s/ /:/g") CLASSPATH:=${ROSETTASDKDEPOSIT}/dps-sdk-${ROSETTAVERSION}.jar # sources diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile index 03cc3e8..12896f0 100644 --- a/gitlab-ci/Dockerfile +++ b/gitlab-ci/Dockerfile @@ -20,6 +20,7 @@ RUN apt-get update; \ openjdk-17-jdk \ junit4 \ libspring-beans-java \ + libspring-core-java \ git \ ; RUN apt-file update; -- GitLab