Skip to content

Commit e16a1b7

Browse files
authored
Update pom.xml
1 parent 63900f3 commit e16a1b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

finish/pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636

3737
<dependencies>
3838
<!-- For tests -->
39+
<dependency>
40+
<groupId>junit</groupId>
41+
<artifactId>junit</artifactId>
42+
<version>4.12</version>
43+
<scope>test</scope>
44+
</dependency>
3945
<dependency>
4046
<groupId>org.apache.cxf</groupId>
4147
<artifactId>cxf-rt-rs-client</artifactId>
@@ -228,4 +234,4 @@
228234
</plugin>
229235
</plugins>
230236
</build>
231-
</project>
237+
</project>

0 commit comments

Comments
 (0)