Skip to content

Commit

Permalink
Add missing dependencies in; addresses #227. (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot authored and lintool committed May 22, 2018

Verified

This commit was signed with the committer’s verified signature.
xiaofei-du Xiaofei Du
1 parent e57a99c commit 496cd1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -676,6 +676,16 @@
<artifactId>paranamer</artifactId>
<version>2.8</version>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.94</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.2</version>
</dependency>
<!--END issue #113-->
</dependencies>

0 comments on commit 496cd1b

Please sign in to comment.