Skip to content
Snippets Groups Projects
Commit 8149ee16 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added missed dependency

parent ca8fa2be
No related branches found
No related tags found
No related merge requests found
Pipeline #3832 passed
...@@ -17,7 +17,7 @@ ROSETTASDKPLUGINS:=${ROSETTASDK}/../../bundled_plugins/ ...@@ -17,7 +17,7 @@ ROSETTASDKPLUGINS:=${ROSETTASDK}/../../bundled_plugins/
ROSETTASDKJARS=$(shell find ${ROSETTASDKDEPOSIT} -name "*.jar") ROSETTASDKJARS=$(shell find ${ROSETTASDKDEPOSIT} -name "*.jar")
# classpath # 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 CLASSPATH:=${ROSETTASDKDEPOSIT}/dps-sdk-${ROSETTAVERSION}.jar
# sources # sources
......
...@@ -20,6 +20,7 @@ RUN apt-get update; \ ...@@ -20,6 +20,7 @@ RUN apt-get update; \
openjdk-17-jdk \ openjdk-17-jdk \
junit4 \ junit4 \
libspring-beans-java \ libspring-beans-java \
libspring-core-java \
git \ git \
; ;
RUN apt-file update; RUN apt-file update;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment