Skip to content

Commit 8933c4e

Browse files
committed
updated openrewrite recipe and tweaking dependencies
1 parent 8a1c290 commit 8933c4e

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

wicket-migration/pom.xml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.openrewrite.recipe</groupId>
4040
<artifactId>rewrite-migrate-java</artifactId>
41-
<version>2.29.0</version>
41+
<version>3.15.1</version>
4242
<exclusions>
4343
<exclusion>
4444
<groupId>org.openrewrite.recipe</groupId>
@@ -48,6 +48,38 @@
4848
<groupId>org.openrewrite.recipe</groupId>
4949
<artifactId>rewrite-java-8</artifactId>
5050
</exclusion>
51+
<exclusion>
52+
<groupId>com.github.ben-manes.caffeine</groupId>
53+
<artifactId>caffeine</artifactId>
54+
</exclusion>
55+
<exclusion>
56+
<groupId>org.springframework</groupId>
57+
<artifactId>spring-beans</artifactId>
58+
</exclusion>
59+
<exclusion>
60+
<groupId>com.fasterxml.jackson.core</groupId>
61+
<artifactId>jackson-annotations</artifactId>
62+
</exclusion>
63+
<exclusion>
64+
<groupId>com.fasterxml.jackson.core</groupId>
65+
<artifactId>jackson-core</artifactId>
66+
</exclusion>
67+
<exclusion>
68+
<groupId>com.google.errorprone</groupId>
69+
<artifactId>*</artifactId>
70+
</exclusion>
71+
<exclusion>
72+
<groupId>com.google.guava</groupId>
73+
<artifactId>*</artifactId>
74+
</exclusion>
75+
<exclusion>
76+
<groupId>io.projectreactor</groupId>
77+
<artifactId>reactor-core</artifactId>
78+
</exclusion>
79+
<exclusion>
80+
<groupId>org.reactivestreams</groupId>
81+
<artifactId>reactive-streams</artifactId>
82+
</exclusion>
5183
</exclusions>
5284
</dependency>
5385
<dependency>
@@ -77,7 +109,7 @@
77109
<dependency>
78110
<groupId>org.openrewrite.recipe</groupId>
79111
<artifactId>rewrite-recipe-bom</artifactId>
80-
<version>2.21.1</version>
112+
<version>3.13.0</version>
81113
<type>pom</type>
82114
<scope>import</scope>
83115
</dependency>

0 commit comments

Comments
 (0)