Skip to content

Commit 69e0666

Browse files
authored
Remove assertJ and hamcrest (#7)
1 parent db75399 commit 69e0666

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.scalecube</groupId>
66
<artifactId>scalecube-parent</artifactId>
7-
<version>0.3.19</version>
7+
<version>0.3.20</version>
88
</parent>
99

1010
<artifactId>scalecube-test-support</artifactId>
@@ -92,21 +92,12 @@
9292
<groupId>net.bytebuddy</groupId>
9393
<artifactId>byte-buddy-agent</artifactId>
9494
</dependency>
95-
<!-- Hamcrest -->
96-
<dependency>
97-
<groupId>org.hamcrest</groupId>
98-
<artifactId>hamcrest-all</artifactId>
99-
</dependency>
10095
<!-- Reactor -->
10196
<dependency>
10297
<groupId>io.projectreactor</groupId>
10398
<artifactId>reactor-test</artifactId>
10499
</dependency>
105-
<!-- AssertJ -->
106-
<dependency>
107-
<groupId>org.assertj</groupId>
108-
<artifactId>assertj-core</artifactId>
109-
</dependency>
100+
110101
<!-- Logging -->
111102
<dependency>
112103
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)