Skip to content

Commit

Permalink
[MPOM-455] Add dependencyManagement for JUnit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 1, 2024
1 parent 7b32018 commit c7f8ff9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ under the License.
<version.plexus-utils>4.0.0</version.plexus-utils>
<!-- DO NOT UPGRADE to 4: incompatible with Maven 3 -->
<version.plexus-xml>3.0.0</version.plexus-xml>
<versions.junit5>5.10.1</versions.junit5>
<version.maven-fluido-skin>1.11.2</version.maven-fluido-skin>
<!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some)
and those that are enforced by the formatting checks from spotless -->
Expand Down Expand Up @@ -994,6 +995,13 @@ under the License.
<artifactId>plexus-xml</artifactId>
<version>${version.plexus-xml}</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${versions.junit5}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit c7f8ff9

Please sign in to comment.