File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -317,32 +317,6 @@ software.
317317 </execution >
318318 </executions >
319319 </plugin >
320- <plugin >
321- <groupId >com.samaxes.maven</groupId >
322- <artifactId >minify-maven-plugin</artifactId >
323- <version >1.7.6</version >
324- <configuration >
325- <charset >UTF-8</charset >
326- <nosuffix >true</nosuffix >
327- <webappTargetDir >${project.build.outputDirectory} </webappTargetDir >
328- </configuration >
329- <executions >
330- <execution >
331- <id >minify-css</id >
332- <goals >
333- <goal >minify</goal >
334- </goals >
335- <configuration >
336- <webappSourceDir >${project.build.directory} </webappSourceDir >
337- <cssSourceDir >css</cssSourceDir >
338- <cssSourceIncludes >
339- <include >*.css</include >
340- </cssSourceIncludes >
341- <skipMerge >true</skipMerge >
342- </configuration >
343- </execution >
344- </executions >
345- </plugin >
346320 <plugin >
347321 <groupId >com.tunyk.mvn.plugins.htmlcompressor</groupId >
348322 <artifactId >htmlcompressor-maven-plugin</artifactId >
@@ -394,7 +368,7 @@ software.
394368 <artifactItem >
395369 <groupId >com.jcabi</groupId >
396370 <artifactId >DynamoDBLocal</artifactId >
397- <version >2015-07-16 </version >
371+ <version >2023-05-26 </version >
398372 <type >zip</type >
399373 <outputDirectory >${project.build.directory} /dynamodb-dist</outputDirectory >
400374 <overWrite >false</overWrite >
You can’t perform that action at this time.
0 commit comments