This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
The following commit(s) were added to refs/heads/master by this push: new 4e12aa8 Remove unused dependency 4e12aa8 is described below commit 4e12aa811a2dba97c5f0dff5ad4a464fb7cb00cf Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Sep 8 15:26:21 2024 +0200 Remove unused dependency --- doxia-skin-model/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml index 17d8e0f..a84139d 100644 --- a/doxia-skin-model/pom.xml +++ b/doxia-skin-model/pom.xml @@ -33,10 +33,6 @@ under the License. <description>The Skin Model defines metadata for Doxia Sitetools skins.</description> <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-xml</artifactId>