Repository: metamodel Updated Branches: refs/heads/master a81edae75 -> 7fb3e167a
Update Hive version Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/7185e3cb Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/7185e3cb Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/7185e3cb Branch: refs/heads/master Commit: 7185e3cb5aff66d7af742b2709a1594b8db019d9 Parents: 696b9a1 Author: Gerard Dellemann <[email protected]> Authored: Fri Aug 17 14:40:48 2018 +0200 Committer: Gerard Dellemann <[email protected]> Committed: Fri Aug 17 14:40:48 2018 +0200 ---------------------------------------------------------------------- jdbc/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metamodel/blob/7185e3cb/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 9e664b6..e50a0c2 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -118,7 +118,7 @@ <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-jdbc</artifactId> - <version>1.2.1</version> + <version>2.3.2</version> <scope>test</scope> <exclusions> <exclusion> @@ -133,6 +133,10 @@ <groupId>javax.xml.stream</groupId> <artifactId>stax-api</artifactId> </exclusion> + <exclusion> + <groupId>com.github.stephenc.findbugs</groupId> + <artifactId>findbugs-annotations</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
