File tree Expand file tree Collapse file tree 3 files changed +0
-50
lines changed
Expand file tree Collapse file tree 3 files changed +0
-50
lines changed Original file line number Diff line number Diff line change 399399 <artifactId >errorprone-slf4j</artifactId >
400400 <version >0.1.29</version >
401401 </dependency >
402- <dependency >
403- <groupId >junit</groupId >
404- <artifactId >junit</artifactId >
405- <version >4.13.2</version >
406- </dependency >
407402 <dependency >
408403 <groupId >net.bytebuddy</groupId >
409404 <artifactId >byte-buddy</artifactId >
429424 <type >pom</type >
430425 <scope >import</scope >
431426 </dependency >
432- <dependency >
433- <groupId >org.checkerframework</groupId >
434- <artifactId >checker-qual</artifactId >
435- <version >3.53.0</version >
436- </dependency >
437427 <dependency >
438428 <groupId >org.hamcrest</groupId >
439429 <artifactId >hamcrest-core</artifactId >
Original file line number Diff line number Diff line change 5858 <artifactId >guava</artifactId >
5959 <scope >provided</scope >
6060 </dependency >
61- <dependency >
62- <groupId >javax.annotation</groupId >
63- <artifactId >javax.annotation-api</artifactId >
64- <scope >test</scope >
65- </dependency >
6661 <dependency >
6762 <groupId >javax.inject</groupId >
6863 <artifactId >javax.inject</artifactId >
8883 <artifactId >junit-jupiter-params</artifactId >
8984 <scope >test</scope >
9085 </dependency >
91- <dependency >
92- <groupId >org.openrewrite</groupId >
93- <artifactId >rewrite-core</artifactId >
94- <scope >test</scope >
95- </dependency >
96- <dependency >
97- <groupId >org.openrewrite</groupId >
98- <artifactId >rewrite-java</artifactId >
99- <scope >test</scope >
100- </dependency >
101- <dependency >
102- <groupId >org.openrewrite</groupId >
103- <artifactId >rewrite-templating</artifactId >
104- <scope >test</scope >
105- </dependency >
10686 </dependencies >
10787
10888 <build >
Original file line number Diff line number Diff line change 5050 <groupId >com.google.guava</groupId >
5151 <artifactId >guava</artifactId >
5252 </dependency >
53- <dependency >
54- <groupId >javax.annotation</groupId >
55- <artifactId >javax.annotation-api</artifactId >
56- <scope >test</scope >
57- </dependency >
5853 <dependency >
5954 <groupId >javax.inject</groupId >
6055 <artifactId >javax.inject</artifactId >
7065 <artifactId >junit-jupiter-params</artifactId >
7166 <scope >test</scope >
7267 </dependency >
73- <dependency >
74- <groupId >org.openrewrite</groupId >
75- <artifactId >rewrite-core</artifactId >
76- <scope >test</scope >
77- </dependency >
78- <dependency >
79- <groupId >org.openrewrite</groupId >
80- <artifactId >rewrite-java</artifactId >
81- <scope >test</scope >
82- </dependency >
83- <dependency >
84- <groupId >org.openrewrite</groupId >
85- <artifactId >rewrite-templating</artifactId >
86- <scope >test</scope >
87- </dependency >
8868 </dependencies >
8969
9070 <build >
You can’t perform that action at this time.
0 commit comments