Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dockerized Testing Toolkit
Testrunner OpenJDK11 JUnit5-Jupiter
Commits
5bb8c5af
Commit
5bb8c5af
authored
1 year ago
by
Lückemeyer
Browse files
Options
Download
Email Patches
Plain Diff
added junit jars
parent
7714073a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-0
Dockerfile
with
3 additions
and
0 deletions
+3
-0
Dockerfile
+
3
-
0
View file @
5bb8c5af
...
...
@@ -14,6 +14,9 @@ run mkdir -p $TESTDIR \
add
target/dtt-openjdk11-junit5-runner-jar-with-dependencies.jar /$BASEDIR/app.jar
add
https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.jar /$LIBSDIR/
add
https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.jar /$LIBSDIR/
add
https://repo1.maven.org/maven2/org/junit/jupiter/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar /$LIBSDIR/
add
https://repo1.maven.org/maven2/org/junit/jupiter/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar /$LIBSDIR/
add
https://repo1.maven.org/maven2/org/junit/jupiter/junit-platform-launcher/1.7.0/junit-platform-launcher-1.7.0.jar /$LIBSDIR/
add
https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/1.1.1/apiguardian-api-1.1.1.jar /$LIBSDIR/
add
https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar /$LIBSDIR/
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment