|
@@ -51,32 +51,32 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.assertj</groupId>
|
|
<groupId>org.assertj</groupId>
|
|
<artifactId>assertj-core</artifactId>
|
|
<artifactId>assertj-core</artifactId>
|
|
- <scope>compile</scope>
|
|
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<artifactId>junit-jupiter-api</artifactId>
|
|
<artifactId>junit-jupiter-api</artifactId>
|
|
- <scope>compile</scope>
|
|
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<artifactId>junit-jupiter-params</artifactId>
|
|
<artifactId>junit-jupiter-params</artifactId>
|
|
- <scope>compile</scope>
|
|
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<artifactId>junit-jupiter-engine</artifactId>
|
|
<artifactId>junit-jupiter-engine</artifactId>
|
|
- <scope>compile</scope>
|
|
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.junit.vintage</groupId>
|
|
<groupId>org.junit.vintage</groupId>
|
|
<artifactId>junit-vintage-engine</artifactId>
|
|
<artifactId>junit-vintage-engine</artifactId>
|
|
- <scope>compile</scope>
|
|
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.junit.platform</groupId>
|
|
<groupId>org.junit.platform</groupId>
|
|
<artifactId>junit-platform-launcher</artifactId>
|
|
<artifactId>junit-platform-launcher</artifactId>
|
|
- <scope>compile</scope>
|
|
|
|
|
|
+ <scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|