Fixed spurious dependencies. JMH is a dependency only for running benchmarks (provided in "src/test").
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/9b4e8267 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/9b4e8267 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/9b4e8267 Branch: refs/heads/master Commit: 9b4e8267bc43fc87ae0eab231604e1556536fc57 Parents: 55e935e Author: Gilles <er...@apache.org> Authored: Thu Aug 18 18:13:02 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Thu Aug 18 18:13:02 2016 +0200 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/9b4e8267/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2843c90..9e5d001 100644 --- a/pom.xml +++ b/pom.xml @@ -73,13 +73,14 @@ <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> <version>${jmh.version}</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-generator-annprocess</artifactId> <version>${jmh.version}</version> - <scope>provided</scope> + <scope>test</scope> </dependency> <dependency>