From d21daac5bb79e975706c298cdec8060746eb813e Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 20 Sep 2017 01:01:31 +0200 Subject: Setup integration with JPA framework This change sets up the JPA integration module which provides integration of the JPA framework with the OpenDC simulator. --- opendc-integration-jpa/build.gradle | 3 +-- settings.gradle | 1 + 2 files changed, 2 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') } diff --git a/settings.gradle b/settings.gradle index b0370c43..0daac5d7 100644 --- a/settings.gradle +++ b/settings.gradle @@ -26,3 +26,4 @@ rootProject.name = "opendc-simulator" include 'opendc-core' include 'opendc-omega' include 'opendc-stdlib' +include 'opendc-integration-jpa' -- cgit v1.2.3