Update gwtorm to 1.13

- Add transaction support for Jdbc dialects

- Only bind LIMIT variable in SQL when dialect supports it

Also note that the groupID of the component has been changed to
com.google.gerrit

Change-Id: Ie89c1bcc9643e909becff7a0fef37880440f50e3
This commit is contained in:
David Pursehouse 2014-07-01 10:30:36 +09:00
parent 379e61e02c
commit e1b1b715d3

View File

@ -25,9 +25,9 @@ define_license(name = 'DO_NOT_DISTRIBUTE')
maven_jar(
name = 'gwtorm',
id = 'gwtorm:gwtorm:1.11',
bin_sha1 = '526c98e8a200c5b3b34dcee69ccf6bc95daf84db',
src_sha1 = 'fd07a195026be40709feece4483b48349c58cfe3',
id = 'com.google.gerrit:gwtorm:1.13',
bin_sha1 = 'f522e05ca280335f8f8ba63c9c3e1b36be6ca7c2',
src_sha1 = '81bd99d55be872cd2fc52611f92cf5f3a64ffe8b',
license = 'Apache2.0',
deps = [':protobuf'],
repository = GERRIT,