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

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

dependencies {
	implementation(libs.slf4j.log4j)
	implementation(libs.eclipseCollections.api)
	implementation(libs.eclipseCollections)
}