summaryrefslogtreecommitdiff
path: root/opendc-integration-jpa
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-integration-jpa')
-rw-r--r--opendc-integration-jpa/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/opendc-integration-jpa/build.gradle b/opendc-integration-jpa/build.gradle
index 89b5740d..dd4cce8c 100644
--- a/opendc-integration-jpa/build.gradle
+++ b/opendc-integration-jpa/build.gradle
@@ -77,11 +77,10 @@ repositories {
dependencies {
compile project(':opendc-core')
- compile "io.github.microutils:kotlin-logging:1.4.6"
+ compile "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final"
testCompile "org.junit.jupiter:junit-jupiter-api:5.0.0-RC3"
testRuntime "org.junit.jupiter:junit-jupiter-engine:5.0.0-RC3"
testCompile "org.junit.platform:junit-platform-launcher:1.0.0-RC3"
testCompile "org.slf4j:slf4j-simple:1.7.25"
- testCompile project(':opendc-stdlib')
}