Skip to content

Commit c2eb3f7

Browse files
committed
[hibernate#929] build changes for h2 module
1 parent 614428d commit c2eb3f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

hibernate-reactive-core/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
mavenPomName = 'Hibernate Reactive Core'
2+
mavenPomName = 'Hibernate Reactive Core'
33
}
44

55
description = 'The core module of Hibernate Reactive'
@@ -31,6 +31,8 @@ dependencies {
3131
testImplementation 'org.assertj:assertj-core:3.20.2'
3232
testImplementation "io.vertx:vertx-unit:${vertxVersion}"
3333

34+
testImplementation project(':hibernate-reactive-h2')
35+
3436
// Drivers
3537
testImplementation "io.vertx:vertx-pg-client:${vertxVersion}"
3638
testImplementation "io.vertx:vertx-mysql-client:${vertxVersion}"

settings.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ logger.lifecycle "Java versions for main code: " + gradle.ext.javaVersions.main
8282
logger.lifecycle "Java versions for tests: " + gradle.ext.javaVersions.test
8383

8484
include 'hibernate-reactive-core'
85+
include 'hibernate-reactive-h2'
8586
include 'session-example'
8687
include 'native-sql-example'
8788
include 'verticle-postgres-it'

0 commit comments

Comments
 (0)