Add core to build

Issue gh-610
This commit is contained in:
Josh Cummings
2022-01-13 16:08:07 -07:00
parent e3b1d16fd5
commit 320fce68c7
6 changed files with 25 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ dependencies {
api platform("io.rsocket:rsocket-bom:1.1.1")
api platform("org.springframework.data:spring-data-bom:2022.1.0-SNAPSHOT")
api platform("com.fasterxml.jackson:jackson-bom:2.13.0")
api platform("org.junit:junit-bom:5.8.1")
constraints {
api "com.querydsl:querydsl-core:$queryDslVersion"
api "com.querydsl:querydsl-apt:$queryDslVersion"