Skip to content

Commit 08686f9

Browse files
committed
PLUTO-801 Build failure caused by the yuicompressor-maven-plugin
1 parent 799911a commit 08686f9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,13 @@ generate mailto links. -->
721721
</configuration>
722722
</execution>
723723
</executions>
724+
<dependencies>
725+
<dependency>
726+
<groupId>org.codehaus.plexus</groupId>
727+
<artifactId>plexus-utils</artifactId>
728+
<version>3.3.0</version>
729+
</dependency>
730+
</dependencies>
724731
</plugin>
725732
</plugins>
726733
</pluginManagement>

portlet-api/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@
180180
</configuration>
181181
</execution>
182182
</executions>
183+
<dependencies>
184+
<dependency>
185+
<groupId>org.codehaus.plexus</groupId>
186+
<artifactId>plexus-utils</artifactId>
187+
<version>3.3.0</version>
188+
</dependency>
189+
</dependencies>
183190
</plugin>
184191
<!-- copy the original uncompressed javascript files as web resources,
185192
just to have them too. -->

0 commit comments

Comments
 (0)