Skip to content

Commit

Permalink
Add DependencyManagement for JUnit5
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed May 3, 2023
1 parent 1967085 commit f98b660
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -327,6 +327,7 @@ limitations under the License.
<gpg.useagent>true</gpg.useagent>
<mavenPluginToolsVersion>3.8.2</mavenPluginToolsVersion>
<mavenFluidoSkinVersion>1.11.2</mavenFluidoSkinVersion>
<junit5Version>5.9.3</junit5Version>
</properties>

<dependencyManagement>
Expand All @@ -337,6 +338,13 @@ limitations under the License.
<version>${mavenPluginToolsVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junit5Version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit f98b660

Please sign in to comment.