Skip to content

Commit 2190a20

Browse files
Merge pull request #5 from pcrane/patch-3
Update pom.xml
2 parents 416fee4 + 6948fd6 commit 2190a20

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
<version>17.0.0</version>
1818
<scope>compile</scope>
1919
</dependency>
20+
<dependency>
21+
<groupId>junit</groupId>
22+
<artifactId>junit</artifactId>
23+
<version>4.13-beta-3</version>
24+
<scope>test</scope>
25+
</dependency>
2026
</dependencies>
2127
<build>
2228
<plugins>
@@ -73,12 +79,4 @@
7379
</plugin>
7480
</plugins>
7581
</build>
76-
<dependencies>
77-
<dependency>
78-
<groupId>junit</groupId>
79-
<artifactId>junit</artifactId>
80-
<version>4.13-beta-3</version>
81-
<scope>test</scope>
82-
</dependency>
83-
</dependencies>
8482
</project>

0 commit comments

Comments
 (0)