Skip to content

Commit

Permalink
[hibernate#929] build changes for h2 module
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Mar 29, 2022
1 parent 614428d commit c2eb3f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hibernate-reactive-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
mavenPomName = 'Hibernate Reactive Core'
mavenPomName = 'Hibernate Reactive Core'
}

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

testImplementation project(':hibernate-reactive-h2')

// Drivers
testImplementation "io.vertx:vertx-pg-client:${vertxVersion}"
testImplementation "io.vertx:vertx-mysql-client:${vertxVersion}"
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ logger.lifecycle "Java versions for main code: " + gradle.ext.javaVersions.main
logger.lifecycle "Java versions for tests: " + gradle.ext.javaVersions.test

include 'hibernate-reactive-core'
include 'hibernate-reactive-h2'
include 'session-example'
include 'native-sql-example'
include 'verticle-postgres-it'
Expand Down

0 comments on commit c2eb3f7

Please sign in to comment.