mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-25 12:55:21 +00:00
correct H2 database artifact coord for testsuite profile
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15544 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
3f20292fb5
commit
6d74f28f9e
@ -126,9 +126,9 @@
|
||||
<id>h2</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.h2database</groupId>
|
||||
<artifactId>h2database</artifactId>
|
||||
<version>1.0.20061217</version>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>1.1.103</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
|
Loading…
x
Reference in New Issue
Block a user