GOSSIP-11: added scope and version in properties in pom.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/bbd45319 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/bbd45319 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/bbd45319 Branch: refs/heads/master Commit: bbd453192d7f8cc6ecdc74eaff72c31990573b59 Parents: 316e8e7 Author: chandresh-pancholi <[email protected]> Authored: Sat Sep 10 02:36:42 2016 +0530 Committer: chandresh-pancholi <[email protected]> Committed: Sat Sep 10 02:36:42 2016 +0530 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/bbd45319/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 94e0018..912da3b 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ <!-- dependecy versions --> <jackson-datatype-json-org.version>1.8.0</jackson-datatype-json-org.version> - <junit.version>4.12</junit.version> + <junit.jupiter.version>5.0.0-M2</junit.jupiter.version> <log4j.version>1.2.17</log4j.version> <tunit.version>0.0.0</tunit.version> @@ -82,7 +82,8 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>5.0.0-M2</version> + <version>${junit.jupiter.version}</version> + <scope>test</scope> </dependency>
