File tree Expand file tree Collapse file tree 1 file changed +25
-4
lines changed
Expand file tree Collapse file tree 1 file changed +25
-4
lines changed Original file line number Diff line number Diff line change 1616 <maven .compiler.target>17</maven .compiler.target>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <rewrite .version>8.47.2</rewrite .version> <!-- Latest as of Feb 2025 -->
19+ <rewrite .recipe.version>3.3.0</rewrite .recipe.version>
20+ <junit .version>5.12.0</junit .version>
1921 </properties >
2022
2123 <dependencies >
3941
4042 <dependency >
4143 <groupId >org.openrewrite</groupId >
42- <artifactId >rewrite-java </artifactId >
44+ <artifactId >rewrite-maven </artifactId >
4345 <version >${rewrite.version} </version >
4446 </dependency >
4547
4648 <dependency >
47- <groupId >org.openrewrite </groupId >
48- <artifactId >rewrite-maven </artifactId >
49- <version > ${rewrite.version} </ version >
49+ <groupId >org.junit.jupiter </groupId >
50+ <artifactId >junit-jupiter </artifactId >
51+ <scope >test</ scope >
5052 </dependency >
5153 </dependencies >
5254
55+ <dependencyManagement >
56+ <dependencies >
57+ <dependency >
58+ <groupId >org.openrewrite.recipe</groupId >
59+ <artifactId >rewrite-recipe-bom</artifactId >
60+ <version >${rewrite.recipe.version} </version >
61+ <type >pom</type >
62+ <scope >import</scope >
63+ </dependency >
64+ <dependency >
65+ <groupId >org.junit</groupId >
66+ <artifactId >junit-bom</artifactId >
67+ <version >${junit.version} </version >
68+ <type >pom</type >
69+ <scope >import</scope >
70+ </dependency >
71+ </dependencies >
72+ </dependencyManagement >
73+
5374 <build >
5475 <plugins >
5576 <plugin >
You can’t perform that action at this time.
0 commit comments