Skip to content

Commit aaa7b82

Browse files
author
Janne Kalliomäki
committed
assertj-core is only used in test code, so declare the dependency with test scope.
1 parent 1c74078 commit aaa7b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
<groupId>org.assertj</groupId>
176176
<artifactId>assertj-core</artifactId>
177177
<version>3.2.0</version>
178+
<scope>test</scope>
178179
</dependency>
179180
</dependencies>
180181

0 commit comments

Comments
 (0)