You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2023/06/15 15:23:33 UTC

[jackrabbit-oak] branch trunk updated: OAK-10306: Incorrect dependency scope for commons-math3

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

mreutegg pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new afddcd7251 OAK-10306: Incorrect dependency scope for commons-math3
     new f3f8059087 Merge pull request #985 from mreutegg/OAK-10306
afddcd7251 is described below

commit afddcd72514fdca2a5530c67fd7f69bb9505289f
Author: Marcel Reutegger <ma...@gmail.com>
AuthorDate: Thu Jun 15 14:15:03 2023 +0200

    OAK-10306: Incorrect dependency scope for commons-math3
---
 oak-commons/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/oak-commons/pom.xml b/oak-commons/pom.xml
index a41f22c216..622a39d610 100644
--- a/oak-commons/pom.xml
+++ b/oak-commons/pom.xml
@@ -117,12 +117,11 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-math3</artifactId>
-      <optional>true</optional>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <optional>true</optional>
       <scope>test</scope>
     </dependency>
     <dependency>