|
29 | 29 | <assertj-core.version>3.24.2</assertj-core.version> |
30 | 30 | <kotlin-stdlib.version>1.9.10</kotlin-stdlib.version> |
31 | 31 | <arrow-core.version>1.2.1</arrow-core.version> |
32 | | - <junit-bom.version>5.10.0</junit-bom.version> |
33 | | - <junit.version>4.13.2</junit.version> |
| 32 | + <junit-jupiter.version>5.10.0</junit-jupiter.version> |
34 | 33 | <dokka-maven-plugin.version>1.9.0</dokka-maven-plugin.version> |
35 | 34 | </properties> |
36 | 35 |
|
|
49 | 48 | <url>https://github.com/rcardin/assertj-arrow-core/issues</url> |
50 | 49 | </issueManagement> |
51 | 50 |
|
52 | | - <dependencyManagement> |
53 | | - <dependencies> |
54 | | - <dependency> |
55 | | - <groupId>org.junit</groupId> |
56 | | - <artifactId>junit-bom</artifactId> |
57 | | - <version>${junit-bom.version}</version> |
58 | | - <type>pom</type> |
59 | | - <scope>import</scope> |
60 | | - </dependency> |
61 | | - <dependency> |
62 | | - <groupId>junit</groupId> |
63 | | - <artifactId>junit</artifactId> |
64 | | - <version>${junit.version}</version> |
65 | | - <scope>test</scope> |
66 | | - </dependency> |
67 | | - </dependencies> |
68 | | - </dependencyManagement> |
69 | | - |
70 | 51 | <dependencies> |
71 | 52 | <dependency> |
72 | 53 | <groupId>org.assertj</groupId> |
|
87 | 68 | <dependency> |
88 | 69 | <groupId>org.junit.jupiter</groupId> |
89 | 70 | <artifactId>junit-jupiter-api</artifactId> |
90 | | - <scope>provided</scope> |
91 | | - <optional>true</optional> |
| 71 | + <version>${junit-jupiter.version}</version> |
| 72 | + <scope>test</scope> |
92 | 73 | </dependency> |
93 | 74 | <dependency> |
94 | 75 | <groupId>org.junit.jupiter</groupId> |
95 | | - <artifactId>junit-jupiter</artifactId> |
| 76 | + <artifactId>junit-jupiter-engine</artifactId> |
| 77 | + <version>${junit-jupiter.version}</version> |
96 | 78 | <scope>test</scope> |
97 | 79 | </dependency> |
98 | 80 | <dependency> |
99 | | - <groupId>junit</groupId> |
100 | | - <artifactId>junit</artifactId> |
101 | | - <scope>provided</scope> |
102 | | - <optional>true</optional> |
103 | | - </dependency> |
104 | | - <dependency> |
105 | | - <groupId>org.mockito</groupId> |
106 | | - <artifactId>mockito-core</artifactId> |
107 | | - <version>5.6.0</version> |
| 81 | + <groupId>org.jetbrains.kotlin</groupId> |
| 82 | + <artifactId>kotlin-test</artifactId> |
| 83 | + <version>${kotlin-stdlib.version}</version> |
108 | 84 | <scope>test</scope> |
109 | 85 | </dependency> |
110 | 86 | </dependencies> |
|
0 commit comments