Repository: flex-falcon Updated Branches: refs/heads/develop cf18b3045 -> f3c392816
add commons.lang to compiler-jx Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/f3c39281 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/f3c39281 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/f3c39281 Branch: refs/heads/develop Commit: f3c39281637dbfb8c0ff9d7808d5ecfaca026eca Parents: cf18b30 Author: Alex Harui <[email protected]> Authored: Mon Jul 3 10:21:59 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jul 3 10:22:07 2017 -0700 ---------------------------------------------------------------------- compiler-jx/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/f3c39281/compiler-jx/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml index 1077a98..3f2bdf5 100644 --- a/compiler-jx/pom.xml +++ b/compiler-jx/pom.xml @@ -87,6 +87,11 @@ <artifactId>commons-compress</artifactId> <version>1.11</version> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + </dependency> <dependency> <groupId>args4j</groupId>
