Repository: incubator-joshua Updated Branches: refs/heads/master 011668ce8 -> 9e48d1253
JOSHUA-252 - fixed Maven compilation phase Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/9e48d125 Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/9e48d125 Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/9e48d125 Branch: refs/heads/master Commit: 9e48d125393fa53cd52b52bdbb480c97fd3a4aad Parents: 011668c Author: Tommaso Teofili <[email protected]> Authored: Tue Apr 12 12:00:26 2016 +0200 Committer: Tommaso Teofili <[email protected]> Committed: Tue Apr 12 12:00:26 2016 +0200 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/9e48d125/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index de75e80..69d53b3 100644 --- a/pom.xml +++ b/pom.xml @@ -127,5 +127,15 @@ <artifactId>guava</artifactId> <version>19.0</version> </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.3</version> + </dependency> + <dependency> + <groupId>args4j</groupId> + <artifactId>args4j</artifactId> + <version>2.0.26</version> + </dependency> </dependencies> </project>
