mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Add fix to Wro4j Maven plugin
This commit is contained in:
parent
d687150b6d
commit
6d75105c13
2 changed files with 11 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -214,6 +214,7 @@
|
||||||
<exportDatatables>true</exportDatatables>
|
<exportDatatables>true</exportDatatables>
|
||||||
<activeRecipes>
|
<activeRecipes>
|
||||||
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
|
<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3</recipe>
|
||||||
|
<recipe>com.example.UpgradeWro4jPluginVersion</recipe>
|
||||||
</activeRecipes>
|
</activeRecipes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
10
rewrite.yml
Normal file
10
rewrite.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
type: specs.openrewrite.org/v1beta/recipe
|
||||||
|
name: com.example.UpgradeWro4jPluginVersion
|
||||||
|
displayName: Upgrade Wro4j Maven plugin version
|
||||||
|
recipeList:
|
||||||
|
- org.openrewrite.maven.UpgradePluginVersion:
|
||||||
|
groupId: ro.isdc.wro4j
|
||||||
|
artifactId: wro4j-maven-plugin
|
||||||
|
newVersion: 2.1.1
|
||||||
|
|
Loading…
Reference in a new issue