Add dependency to commons-lang3 for userguide examples.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1549092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-12-08 18:20:58 +00:00
parent c823ac5673
commit a34be55b9b
1 changed files with 5 additions and 0 deletions

View File

@ -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>