Only include hazelcast test-jar in test scope (#3600)
Signed-off-by: Tobias Gruetzmacher <tobias.gruetzmacher@inform-software.com>
This commit is contained in:
parent
29b960551f
commit
c9164b0cf5
|
@ -22,6 +22,7 @@
|
|||
<artifactId>hazelcast</artifactId>
|
||||
<version>${hazelcast.version}</version>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hazelcast</groupId>
|
||||
|
|
Loading…
Reference in New Issue