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. --- settings.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.gradle') 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