We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 416fee4 + 6948fd6 commit 2190a20Copy full SHA for 2190a20
pom.xml
@@ -17,6 +17,12 @@
17
<version>17.0.0</version>
18
<scope>compile</scope>
19
</dependency>
20
+ <dependency>
21
+ <groupId>junit</groupId>
22
+ <artifactId>junit</artifactId>
23
+ <version>4.13-beta-3</version>
24
+ <scope>test</scope>
25
+ </dependency>
26
</dependencies>
27
<build>
28
<plugins>
@@ -73,12 +79,4 @@
73
79
</plugin>
74
80
</plugins>
75
81
</build>
76
- <dependencies>
77
- <dependency>
78
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.13-beta-3</version>
- <scope>test</scope>
82
- </dependency>
83
- </dependencies>
84
</project>
0 commit comments