Skip to content

Commit

Permalink
added test scopes to test dependencies. fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesut Celik committed Feb 1, 2018
1 parent 6ad62d6 commit 3d727eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -172,12 +172,14 @@
<artifactId>hazelcast</artifactId>
<version>${hazelcast.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-client</artifactId>
<version>${hazelcast.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down

0 comments on commit 3d727eb

Please sign in to comment.