Skip to content

Commit

Permalink
[MSKINS-216] Add missing dependency to plexus-utils used in minify-ma…
Browse files Browse the repository at this point in the history
…ven-plugin

This closes #49
  • Loading branch information
slachiewicz authored and michael-o committed Apr 7, 2023
1 parent d3f6677 commit 35d7020
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,14 @@ under the License.
<groupId>com.samaxes.maven</groupId>
<artifactId>minify-maven-plugin</artifactId>
<version>1.7.6</version>
<!-- https://github.com/samaxes/minify-maven-plugin/pull/176 -->
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>default-minify</id>
Expand Down

0 comments on commit 35d7020

Please sign in to comment.