Skip to content

Commit 4421a65

Browse files
committed
HBX-3169: Update the use of H2 in the Maven integration tests to 2.4.240
- Simplify the pom.xml file of the 'transformHbm' integration test Signed-off-by: Koen Aers <[email protected]>
1 parent 7ef29be commit 4421a65

File tree

1 file changed

+1
-17
lines changed
  • test/maven/src/it/transformHbm

1 file changed

+1
-17
lines changed

test/maven/src/it/transformHbm/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,19 @@
2222
<version>0.0.1-SNAPSHOT</version>
2323

2424

25-
<properties>
26-
<h2.version>1.4.200</h2.version>
27-
<sql.version>1.5</sql.version>
28-
<hibernate.version>@project.version@</hibernate.version>
29-
</properties>
30-
3125
<build>
3226
<plugins>
3327
<plugin>
3428
<groupId>org.hibernate.tool</groupId>
3529
<artifactId>hibernate-tools-maven</artifactId>
36-
<version>${hibernate.version}</version>
37-
<dependencies>
38-
<dependency>
39-
<groupId>org.hibernate.tool</groupId>
40-
<artifactId>hibernate-tools-orm</artifactId>
41-
<version>${hibernate.version}</version>
42-
</dependency>
43-
</dependencies>
30+
<version>@project.version@</version>
4431
<executions>
4532
<execution>
4633
<id>transformHbm</id>
4734
<phase>generate-sources</phase>
4835
<goals>
4936
<goal>hbm2orm</goal>
5037
</goals>
51-
<configuration>
52-
<ejb3>true</ejb3>
53-
</configuration>
5438
</execution>
5539
</executions>
5640
</plugin>

0 commit comments

Comments
 (0)