Skip to content

Commit

Permalink
JDK8 junit-jupiter legacy version
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Aug 27, 2024
1 parent cc76f26 commit 50a380f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/servlet3-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@
</build>

<profiles>
<profile>
<id>jdk8_tests</id>
<activation>
<jdk>1.8</jdk>
</activation>
<properties>
<junit5.version>${junit5.jdk8.version}</junit5.version>
</properties>
</profile>
<profile>
<id>pre-release</id>
<build>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,7 @@
<jmockit.version>1.49</jmockit.version>
<junit4.version>4.13.2</junit4.version>
<junit5.version>5.11.0</junit5.version>
<junit5.jdk8.version>5.10.3</junit5.jdk8.version>
<junit-platform-suite.version>1.11.0</junit-platform-suite.version>
<kryo.version>4.0.3</kryo.version>
<mockito.version>4.11.0</mockito.version> <!-- CQ 17673 -->
Expand Down

0 comments on commit 50a380f

Please sign in to comment.