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 to...@apache.org on 2016/08/10 17:30:33 UTC

svn commit: r1755784 - /jackrabbit/oak/trunk/oak-upgrade/pom.xml

Author: tomekr
Date: Wed Aug 10 17:30:33 2016
New Revision: 1755784

URL: http://svn.apache.org/viewvc?rev=1755784&view=rev
Log:
OAK-4663 - Include Commons Lang Math 3 as a dependency in oak-upgrade

Modified:
    jackrabbit/oak/trunk/oak-upgrade/pom.xml

Modified: jackrabbit/oak/trunk/oak-upgrade/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-upgrade/pom.xml?rev=1755784&r1=1755783&r2=1755784&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-upgrade/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-upgrade/pom.xml Wed Aug 10 17:30:33 2016
@@ -107,6 +107,11 @@
       <artifactId>commons-lang</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+      <version>3.6.1</version>
+    </dependency>
+    <dependency>
       <groupId>net.sf.jopt-simple</groupId>
       <artifactId>jopt-simple</artifactId>
       <version>4.6</version>