You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/12/08 19:20:58 UTC

svn commit: r1549092 - /commons/proper/math/trunk/src/userguide/pom.xml

Author: tn
Date: Sun Dec  8 18:20:58 2013
New Revision: 1549092

URL: http://svn.apache.org/r1549092
Log:
Add dependency to commons-lang3 for userguide examples.

Modified:
    commons/proper/math/trunk/src/userguide/pom.xml

Modified: commons/proper/math/trunk/src/userguide/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/userguide/pom.xml?rev=1549092&r1=1549091&r2=1549092&view=diff
==============================================================================
--- commons/proper/math/trunk/src/userguide/pom.xml (original)
+++ commons/proper/math/trunk/src/userguide/pom.xml Sun Dec  8 18:20:58 2013
@@ -58,5 +58,10 @@
           <artifactId>xchart</artifactId>
           <version>2.2.1</version>
       </dependency>
+      <dependency>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-lang3</artifactId>
+          <version>3.1</version>
+      </dependency>
   </dependencies>
 </project>