Repository: incubator-sentry Updated Branches: refs/heads/master 94118851f -> 467915c61
SENTRY-208: [flaky tests] Tests in TestSentryServiceIntegration and TestSentryStore often fail with No current connection (Sravya Tirukkovalur via Prasad Mujumdar) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/467915c6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/467915c6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/467915c6 Branch: refs/heads/master Commit: 467915c6168c0b6e7712e1a39bd10884b757130a Parents: 9411885 Author: Prasad Mujumdar <[email protected]> Authored: Fri Sep 5 09:47:18 2014 -0700 Committer: Prasad Mujumdar <[email protected]> Committed: Fri Sep 5 09:47:18 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/467915c6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 83339da..603004f 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ limitations under the License. <datanucleus-core.version>3.2.2</datanucleus-core.version> <datanucleus-rdbms.version>3.2.1</datanucleus-rdbms.version> <jdo-api.version>3.0.1</jdo-api.version> - <derby.version>10.4.2.0</derby.version> + <derby.version>10.10.2.0</derby.version> <commons-cli.version>1.2</commons-cli.version> <hive.version>0.13.1-cdh5.2.0-SNAPSHOT</hive.version> <hadoop.version>2.3.0-cdh5.1.0-SNAPSHOT</hadoop.version>
