From de9ccb44440419574f15df8ec68299dbb1a1ce1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20=C5=BBygie=C5=82o?= Date: Sat, 25 Jan 2020 18:06:08 +0100 Subject: [PATCH] Remove duplicated dependencies Avoid: [WARNING] [WARNING] Some problems were encountered while building the effective model for net.sourceforge.pmd:pmd-modelica:jar:6.22.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: net.sourceforge.pmd:pmd-lang-test:jar -> duplicate declaration of version (?) @ line 92, column 21 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.junit.vintage:junit-vintage-engine:jar -> duplicate declaration of version (?) @ line 102, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. --- pmd-modelica/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pmd-modelica/pom.xml b/pmd-modelica/pom.xml index 3edda67b01..000634dbe8 100644 --- a/pmd-modelica/pom.xml +++ b/pmd-modelica/pom.xml @@ -76,19 +76,11 @@ net.sourceforge.pmd pmd-core - - org.junit.vintage junit-vintage-engine test - - net.sourceforge.pmd - pmd-lang-test - test - - net.sourceforge.pmd pmd-lang-test @@ -99,10 +91,5 @@ pmd-test test - - org.junit.vintage - junit-vintage-engine - test -