Skip to content

Commit

Permalink
[LANG-1608] Include junit-bom for dependency version alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstdio committed Oct 17, 2020
1 parent 8ff63a0 commit 206a8f1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -513,13 +513,24 @@
</contributor>
</contributors>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<!-- Lang should depend on very little -->
<dependencies>
<!-- testing -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 206a8f1

Please sign in to comment.