File tree Expand file tree Collapse file tree
main/java/org/dhatim/sql/hamcrest
test/java/org/dhatim/sql/hamcrest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 <antlr .version>4.10.1</antlr .version>
2929 </properties >
3030
31+ <dependencyManagement >
32+ <dependencies >
33+ <dependency >
34+ <groupId >org.junit</groupId >
35+ <artifactId >junit-bom</artifactId >
36+ <version >5.8.2</version >
37+ <type >pom</type >
38+ <scope >import</scope >
39+ </dependency >
40+ </dependencies >
41+ </dependencyManagement >
42+
3143 <dependencies >
3244 <dependency >
33- <groupId >junit</groupId >
34- <artifactId >junit</artifactId >
35- <version >4.13.2</version >
45+ <groupId >org.junit.jupiter</groupId >
46+ <artifactId >junit-jupiter</artifactId >
3647 <scope >test</scope >
3748 </dependency >
3849 <dependency >
3950 <groupId >org.hamcrest</groupId >
4051 <artifactId >hamcrest-library</artifactId >
41- <version >1.3 </version >
52+ <version >2.2 </version >
4253 </dependency >
4354 <dependency >
4455 <groupId >org.antlr</groupId >
4960
5061 <build >
5162 <plugins >
63+ <plugin >
64+ <artifactId >maven-surefire-plugin</artifactId >
65+ <version >3.0.0-M7</version >
66+ </plugin >
5267 <plugin >
5368 <groupId >org.antlr</groupId >
5469 <artifactId >antlr4-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments