From 77aaf078650c054ccbaf5f46a71ab218390a571e Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 18 Feb 2022 14:53:12 +0100 Subject: build: Remove opendc-platform module This change removes the opendc-platform module from the project. This module represented a Java platform which was previously used for sharing a set of dependency versions between subprojects. However, with the version catalogue that was added by Gradle, we currently do not use the platform anymore. --- opendc-trace/opendc-trace-parquet/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) (limited to 'opendc-trace/opendc-trace-parquet') diff --git a/opendc-trace/opendc-trace-parquet/build.gradle.kts b/opendc-trace/opendc-trace-parquet/build.gradle.kts index 75378509..f943b6a6 100644 --- a/opendc-trace/opendc-trace-parquet/build.gradle.kts +++ b/opendc-trace/opendc-trace-parquet/build.gradle.kts @@ -30,8 +30,6 @@ plugins { } dependencies { - api(platform(projects.opendcPlatform)) - /* This configuration is necessary for a slim dependency on Apache Parquet */ api(libs.parquet) { exclude(group = "org.apache.hadoop") -- cgit v1.2.3