Upgrade gwtorm to 1.11

This version of gwtorm contains an important bug-fix that ensures that
"LIMIT ?" is not omitted in generated queries [1]. This can improve the
performance of such queries by a large factor.

[1] https://gerrit-review.googlesource.com/57216

Change-Id: Ibd0d3918629b2901288de6dd2e85489e4503091a
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2014-05-26 13:58:41 +02:00 committed by David Ostrovsky
parent 2eb9310707
commit c96c284b28
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ define_license(name = 'DO_NOT_DISTRIBUTE')
maven_jar(
name = 'gwtorm',
id = 'gwtorm:gwtorm:1.8',
bin_sha1 = '0ec006f69f7b8aa48e22d4bdecea820fd53c0b4b',
src_sha1 = 'b0e347a3053328f029c93ac347a4761a98293073',
id = 'gwtorm:gwtorm:1.11',
bin_sha1 = '526c98e8a200c5b3b34dcee69ccf6bc95daf84db',
src_sha1 = 'fd07a195026be40709feece4483b48349c58cfe3',
license = 'Apache2.0',
deps = [':protobuf'],
repository = GERRIT,