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

commit c91a96494802b38c119cd8b71287453c2df1beb8
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sat Mar 18 13:10:37 2023 +0100

    [MSKINS-216] Add missing dependency to plexus-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>

Reply via email to