From ef201d110b2af765bfe1f68041372e3e1dfc2766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Tue, 9 Aug 2022 20:57:41 +0200 Subject: [PATCH] ant: add to pmd-dist --- pmd-ant/pom.xml | 2 ++ pmd-dist/pom.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/pmd-ant/pom.xml b/pmd-ant/pom.xml index 8a9195b257..68f3463143 100644 --- a/pmd-ant/pom.xml +++ b/pmd-ant/pom.xml @@ -25,6 +25,8 @@ org.apache.ant ant + + provided diff --git a/pmd-dist/pom.xml b/pmd-dist/pom.xml index 2f2062dd91..a774170524 100644 --- a/pmd-dist/pom.xml +++ b/pmd-dist/pom.xml @@ -134,6 +134,11 @@ pmd-core ${project.version} + + net.sourceforge.pmd + pmd-ant + ${project.version} + net.sourceforge.pmd pmd-cpp