Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
957e5773
Commit
957e5773
authored
1 year ago
by
Lückemeyer
Browse files
Options
Download
Email Patches
Plain Diff
added junit platform jars
parent
87fbfaa4
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
Dockerfile
with
3 additions
and
3 deletions
+3
-3
Dockerfile
+
3
-
3
View file @
957e5773
...
...
@@ -14,9 +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/junit/
platform
/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar /$LIBSDIR/
add
https://repo1.maven.org/maven2/org/junit/
platform
/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar /$LIBSDIR/
add
https://repo1.maven.org/maven2/org/junit/
platform
/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
Menu
Explore
Projects
Groups
Snippets