We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54879f7 commit b9f0557Copy full SHA for b9f0557
frontend-jquery/pom.xml
@@ -52,6 +52,14 @@
52
<groupId>com.samaxes.maven</groupId>
53
<artifactId>minify-maven-plugin</artifactId>
54
<version>1.7.6</version>
55
+ <dependencies>
56
+ <!-- plexus-utils for Maven 3.9 -->
57
+ <dependency>
58
+ <groupId>org.codehaus.plexus</groupId>
59
+ <artifactId>plexus-utils</artifactId>
60
+ <version>4.0.0</version>
61
+ </dependency>
62
+ </dependencies>
63
<executions>
64
<execution>
65
<id>digilib-basic-minify</id>
0 commit comments