Use junit5's BOM
- Id
- aa9fac25d788c371301f3df612f884a68bbfae02
- Author
- Caio
- Commit time
- 2019-05-21T10:41:52+02:00
Modified pom.xml
<scope>import</scope>
<type>pom</type>
</dependency>
+
+ <dependency>
+ <groupId>org.junit</groupId>
+ <artifactId>junit-bom</artifactId>
+ <version>${junit-jupiter.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<artifactId>value</artifactId>
<version>${immutables.version}</version>
<scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter</artifactId>
- <version>${junit-jupiter.version}</version>
- <scope>test</scope>
</dependency>
<dependency>