build.gradle.kts 375 B

123456789101112
  1. plugins {
  2. id("otel.java-conventions")
  3. }
  4. dependencies {
  5. implementation(project(":testing-common"))
  6. compileOnly("org.hibernate:hibernate-core:4.3.0.Final")
  7. compileOnly("org.springframework.data:spring-data-commons:1.8.0.RELEASE")
  8. compileOnly("org.springframework.data:spring-data-jpa:1.8.0.RELEASE")
  9. compileOnly("org.springframework:spring-test:3.0.0.RELEASE")
  10. }