aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-reasoning-scope/build.gradle.kts
blob: 6e41dc8eebbd279c3007a957a6ac11b993a43aec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: EPL-2.0
 */

plugins {
	id("tools.refinery.gradle.java-library")
}

dependencies {
	api(project(":refinery-store-reasoning"))
	implementation(libs.eclipseCollections.api)
	implementation(libs.ortools)
	runtimeOnly(libs.eclipseCollections)
	testImplementation(project(":refinery-store-query-viatra"))
}