Skip to content

Commit 68d4781

Browse files
committed
Add extra dependencies for the tests
1 parent 49b3ba7 commit 68d4781

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

exercise/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@
2727
<version>3.15.0</version>
2828
<scope>test</scope>
2929
</dependency>
30+
<dependency><!-- Used here: https://github.com/exercism/java/blob/acfdd2b654a1e2b8bb497c3af25a9e2eff1044e0/exercises/practice/rest-api/build.gradle#L14 -->
31+
<groupId>org.json</groupId>
32+
<artifactId>json</artifactId>
33+
<version>20190722</version>
34+
</dependency>
35+
<dependency><!-- Used here: https://github.com/exercism/java/blob/acfdd2b654a1e2b8bb497c3af25a9e2eff1044e0/exercises/practice/hangman/build.gradle#L14 -->
36+
<groupId>io.reactivex.rxjava2</groupId>
37+
<artifactId>rxjava</artifactId>
38+
<version>2.2.12</version>
39+
</dependency>
3040
</dependencies>
3141

3242
<build>

0 commit comments

Comments
 (0)