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

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


The following commit(s) were added to refs/heads/1.22 by this push:
     new 14d3f5a6ad OAK-10401: search-mt/solr-osgi: use default versions of 
commons-math3 (#1068)
14d3f5a6ad is described below

commit 14d3f5a6ad6708819f3a39010023ad71cbf063e6
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Tue Aug 15 14:19:30 2023 +0200

    OAK-10401: search-mt/solr-osgi: use default versions of commons-math3 
(#1068)
---
 oak-search-mt/pom.xml | 1 -
 oak-solr-osgi/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/oak-search-mt/pom.xml b/oak-search-mt/pom.xml
index 8b6e5d2055..0be990ec80 100644
--- a/oak-search-mt/pom.xml
+++ b/oak-search-mt/pom.xml
@@ -168,7 +168,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-math3</artifactId>
-            <version>3.5</version>
         </dependency>
 
     </dependencies>
diff --git a/oak-solr-osgi/pom.xml b/oak-solr-osgi/pom.xml
index 5fd5b1965a..8d95b2b733 100644
--- a/oak-solr-osgi/pom.xml
+++ b/oak-solr-osgi/pom.xml
@@ -184,7 +184,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-math3</artifactId>
-            <version>3.6.1</version>
             <scope>runtime</scope>
         </dependency>
     </dependencies>

Reply via email to