Skip to content

Commit af7dc3c

Browse files
committed
Extract JUnit 4 into its own package in the Dependency Diagram
1 parent af8ab22 commit af7dc3c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

documentation/src/docs/asciidoc/user-guide/appendix.adoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ package org.junit.jupiter {
149149
150150
package org.junit.vintage {
151151
[junit-vintage-engine] as vintage_engine
152-
[junit:junit] as junit4
153152
}
154153
155154
package org.junit.platform {
@@ -167,6 +166,10 @@ package org.junit.platform {
167166
[junit-platform-testkit] as testkit
168167
}
169168
169+
package "JUnit 4" {
170+
[junit:junit] as junit4
171+
}
172+
170173
package org.opentest4j {
171174
[opentest4j]
172175
}

0 commit comments

Comments
 (0)