This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MSKINS-216 in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
The following commit(s) were added to refs/heads/MSKINS-216 by this push: new 6ed2d4e [MSKINS-216] Add missing dependency tovplexus-utils used in minify-maven-plugin 6ed2d4e is described below commit 6ed2d4eb620096790166cbdf98f530c035c06913 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Mar 18 13:10:37 2023 +0100 [MSKINS-216] Add missing dependency tovplexus-utils used in minify-maven-plugin --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 398b7d5..fd1ff1c 100644 --- a/pom.xml +++ b/pom.xml @@ -222,6 +222,14 @@ under the License. </goals> </execution> </executions> + <!-- https://github.com/samaxes/minify-maven-plugin/pull/176 --> + <dependencies> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>3.5.0</version> + </dependency> + </dependencies> </plugin> </plugins> </build>