You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2020/04/12 11:26:44 UTC

[commons-statistics] 03/05: Limit dependency to "test" scope.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit 3d6d665b710cc864480f9f8e6ae7e2f416239d28
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sun Apr 12 12:44:09 2020 +0200

    Limit dependency to "test" scope.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8561d61..d67d29c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,7 @@
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-math3</artifactId>
         <version>${statistics.commons.math3.version}</version>
+        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.junit</groupId>