Skip to content

Commit

Permalink
Updated JCommander dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Mar 13, 2016
1 parent 9acef92 commit f427529
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NOTICE.txt
@@ -1,5 +1,6 @@
JPMML-Model includes third-party dependencies that are released under the Apache License, Version 2.0:
* Javassist - https://github.com/jboss-javassist/javassist
* JCommander - http://jcommander.org

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -897,4 +898,4 @@ the terms and conditions of the license of that module. An independent
module is a module which is not derived from or based on this library.
If you modify this library, you may extend this exception to your version
of the library, but you are not obligated to do so. If you do not wish to
do so, delete this exception statement from your version.
do so, delete this exception statement from your version.
1 change: 0 additions & 1 deletion pmml-model-example/pom.xml
Expand Up @@ -35,7 +35,6 @@
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.35</version>
</dependency>
</dependencies>

Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -107,6 +107,12 @@
<version>1.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.48</version>
</dependency>

<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-buildtools</artifactId>
Expand Down

0 comments on commit f427529

Please sign in to comment.