You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by to...@apache.org on 2016/04/12 12:01:08 UTC

incubator-joshua git commit: JOSHUA-252 - fixed Maven compilation phase

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 <to...@apache.org>
Authored: Tue Apr 12 12:00:26 2016 +0200
Committer: Tommaso Teofili <to...@apache.org>
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>