Repository: tajo Updated Branches: refs/heads/branch-0.11.1 031cf3205 -> 7610ac75a
TAJO-2060: Upgrade geoip-api-java library. Signed-off-by: Jinho Kim <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/7610ac75 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/7610ac75 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/7610ac75 Branch: refs/heads/branch-0.11.1 Commit: 7610ac75ae76ee9138d2742c6c1ed2d9d012873c Parents: 031cf32 Author: Byunghwa Yun <[email protected]> Authored: Fri Jan 22 17:59:46 2016 +0900 Committer: Jinho Kim <[email protected]> Committed: Fri Jan 22 17:59:46 2016 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-core/pom.xml | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/7610ac75/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 3dab1cb..0b807f9 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,8 @@ Release 0.11.1 - unreleased IMPROVEMENT + TAJO-2060: Upgrade geoip-api-java library. (Byunghwa Yun via jinho) + TAJO-2048: QueryMaster and TajoWorker should support the exception propagation. (jinho) http://git-wip-us.apache.org/repos/asf/tajo/blob/7610ac75/tajo-core/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-core/pom.xml b/tajo-core/pom.xml index a906701..ac0ee35 100644 --- a/tajo-core/pom.xml +++ b/tajo-core/pom.xml @@ -262,9 +262,10 @@ <artifactId>commons-codec</artifactId> </dependency> <dependency> - <groupId>org.dspace.dependencies</groupId> - <artifactId>dspace-geoip</artifactId> - <version>1.2.3</version> + <groupId>com.maxmind.geoip</groupId> + <artifactId>geoip-api</artifactId> + <version>1.2.15</version> + <scope>provided</scope> </dependency> <dependency> <groupId>io.netty</groupId>
