File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -721,6 +721,13 @@ generate mailto links. -->
721
721
</configuration >
722
722
</execution >
723
723
</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 >
724
731
</plugin >
725
732
</plugins >
726
733
</pluginManagement >
Original file line number Diff line number Diff line change 180
180
</configuration >
181
181
</execution >
182
182
</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 >
183
190
</plugin >
184
191
<!-- copy the original uncompressed javascript files as web resources,
185
192
just to have them too. -->
You can’t perform that action at this time.
0 commit comments