Skip to content

Commit 3a08a2b

Browse files
committed
chore: Remove Migration plugin
1 parent 5b5c70b commit 3a08a2b

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -305,28 +305,6 @@
305305
<build>
306306
<pluginManagement>
307307
<plugins>
308-
<plugin>
309-
<groupId>org.openrewrite.maven</groupId>
310-
<artifactId>rewrite-maven-plugin</artifactId>
311-
<version>6.13.0</version>
312-
<configuration>
313-
<activeRecipes>
314-
<recipe>net.dv8tion.MigrateComponentsV2</recipe>
315-
</activeRecipes>
316-
</configuration>
317-
<dependencies>
318-
<dependency>
319-
<groupId>org.openrewrite.recipe</groupId>
320-
<artifactId>rewrite-java-dependencies</artifactId>
321-
<version>1.37.0</version>
322-
</dependency>
323-
<dependency>
324-
<groupId>net.dv8tion</groupId>
325-
<artifactId>JDA</artifactId>
326-
<version>6.0.0-rc.1</version>
327-
</dependency>
328-
</dependencies>
329-
</plugin>
330308
<plugin>
331309
<artifactId>maven-javadoc-plugin</artifactId>
332310
<version>3.12.0</version>

0 commit comments

Comments
 (0)