Update H2 to 1.2.134

Change-Id: I9093abb8ea3e592d58413f10f665340f0e231924
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2010-04-27 18:12:54 -07:00
parent 17965b0861
commit ecbd9eda8f
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ import com.google.gerrit.server.config.GerritServerConfig;
import com.google.inject.Inject;
import org.eclipse.jgit.lib.Config;
import org.h2.util.StartBrowser;
import java.io.IOException;
import java.net.Socket;
@@ -87,6 +86,6 @@ public class Browser {
url += "#" + link;
}
System.err.println("Opening browser ...");
StartBrowser.openURL(url);
org.h2.tools.Server.openBrowser(url);
}
}

View File

@@ -667,7 +667,7 @@ limitations under the License.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.128</version>
<version>1.2.134</version>
</dependency>
<dependency>