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
  • Loading branch information
slachiewicz committed Mar 28, 2023
1 parent 333ca27 commit 4b49258
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 4b49258

Please sign in to comment.