[LANG-1608] Include junit-bom for dependency version alignment.

This commit is contained in:
Edgar Asatryan 2020-10-17 16:22:18 +04:00
parent 8ff63a0da3
commit 206a8f1f44
No known key found for this signature in database
GPG Key ID: F8394AA7BC047B8F
1 changed files with 12 additions and 1 deletions

13
pom.xml
View File

@ -513,13 +513,24 @@
</contributor> </contributor>
</contributors> </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 --> <!-- Lang should depend on very little -->
<dependencies> <dependencies>
<!-- testing --> <!-- testing -->
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
<version>5.7.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>