From c3585bd451d027a29b551de8d5b0b47a2954fcea Mon Sep 17 00:00:00 2001 From: Maurycy Wojda Date: Wed, 4 May 2022 18:02:57 +0200 Subject: [PATCH] Fixed a double dependency which resulted in a serious warning from Maven. --- application/pom.xml | 12 ++++++------ scenes/pom.xml | 30 ++++++++++++------------------ scoring/pom.xml | 12 ++++++------ 3 files changed, 24 insertions(+), 30 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index 51bb9ec..082250c 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -35,6 +35,12 @@ scenes ${revision} + + mimuw + scoring + ${revision} + compile + org.openjfx javafx-controls @@ -57,12 +63,6 @@ ${junit.version} test - - mimuw - scoring - 2.0.0 - compile - IdLearn diff --git a/scenes/pom.xml b/scenes/pom.xml index 8ef52c9..d03be9b 100644 --- a/scenes/pom.xml +++ b/scenes/pom.xml @@ -20,6 +20,18 @@ core ${revision} + + mimuw + idlang + ${revision} + compile + + + mimuw + scoring + ${revision} + compile + org.openjfx javafx-controls @@ -42,23 +54,5 @@ ${junit.version} test - - mimuw - idlang - 2.0.0 - compile - - - mimuw - scoring - 2.0.0 - compile - - - mimuw - idlang - 2.0.0 - compile - \ No newline at end of file diff --git a/scoring/pom.xml b/scoring/pom.xml index b8160e1..e9fff2d 100644 --- a/scoring/pom.xml +++ b/scoring/pom.xml @@ -20,6 +20,12 @@ core ${revision} + + mimuw + idlang + ${revision} + compile + org.junit.jupiter junit-jupiter-api @@ -32,11 +38,5 @@ ${junit.version} test - - mimuw - idlang - 2.0.0 - compile - \ No newline at end of file