mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1788: Manually add plexus-utils to dependencies of minify-maven-plugin (fix build).
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -248,6 +248,13 @@
|
||||
<groupId>com.github.buckelieg</groupId>
|
||||
<artifactId>minify-maven-plugin</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
<version>3.5.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
<!-- Explicitly use latest versions of core plugins -->
|
||||
|
Reference in New Issue
Block a user