rewrite-third-party
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.openrewrite.recipe</groupId> <artifactId>rewrite-third-party</artifactId> <version>0.11.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.openrewrite.recipe</groupId> <artifactId>rewrite-third-party</artifactId> <version>0.11.1</version> <name>rewrite-third-party</name> <description>Third-party maintained OpenRewrite recipes</description> <url>https://github.com/openrewrite/rewrite-third-party</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Moderne</name> <email>team@moderne.io</email> </developer> </developers> <scm> <url>https://github.com/openrewrite/rewrite-third-party.git</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-bom</artifactId> <version>2.17.2</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.openrewrite</groupId> <artifactId>rewrite-bom</artifactId> <version>8.40.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>26.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openrewrite</groupId> <artifactId>rewrite-java</artifactId> <version>8.40.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.openrewrite</groupId> <artifactId>rewrite-templating</artifactId> <version>1.17.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.timefold.solver</groupId> <artifactId>timefold-solver-migration</artifactId> <version>1.16.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>jakarta.xml.bind-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-update-recipes</artifactId> <version>1.0.22</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.camel.upgrade</groupId> <artifactId>camel-upgrade-recipes</artifactId> <version>4.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-migration</artifactId> <version>10.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.axonframework</groupId> <artifactId>axon-migration</artifactId> <version>4.10.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>v2-migration</artifactId> <version>2.29.11-PREVIEW</version> <scope>runtime</scope> </dependency> <dependency> <groupId>tech.picnic.error-prone-support</groupId> <artifactId>error-prone-contrib</artifactId> <version>0.19.1</version> <classifier>recipes</classifier> <scope>runtime</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.11.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.26.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.3.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>5.3.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>5.3.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webflux</artifactId> <version>5.3.32</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>7.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <version>3.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-test</artifactId> <version>3.7.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.projectreactor.addons</groupId> <artifactId>reactor-adapter</artifactId> <version>3.5.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.projectreactor.addons</groupId> <artifactId>reactor-extra</artifactId> <version>3.5.2</version> <scope>runtime</scope> </dependency> </dependencies> <properties> <nebula_Manifest_Version>1.0</nebula_Manifest_Version> <nebula_Implementation_Title>org.openrewrite.recipe#rewrite-third-party;0.11.1</nebula_Implementation_Title> <nebula_Implementation_Version>0.11.1</nebula_Implementation_Version> <nebula_Built_Status>release</nebula_Built_Status> <nebula_Built_By>runner</nebula_Built_By> <nebula_Built_OS>Linux</nebula_Built_OS> <nebula_Build_Timezone>Etc/UTC</nebula_Build_Timezone> <nebula_Build_Date_UTC>2024-11-13T16:12:12.930427188Z</nebula_Build_Date_UTC> <nebula_Build_Date>2024-11-13_16:12:12</nebula_Build_Date> <nebula_Gradle_Version>8.11</nebula_Gradle_Version> <nebula_Module_Source/> <nebula_Module_Origin>https://github.com/openrewrite/rewrite-third-party.git</nebula_Module_Origin> <nebula_Change>4444231</nebula_Change> <nebula_Full_Change>4444231893030eeaf14593ea0c6f053c40628054</nebula_Full_Change> <nebula_Branch>HEAD</nebula_Branch> <nebula_Build_Host>https://github.com</nebula_Build_Host> <nebula_Build_Job>__run_2</nebula_Build_Job> <nebula_Build_Number>24</nebula_Build_Number> <nebula_Build_Id>11821226672</nebula_Build_Id> <nebula_Build_Url>https://github.com/openrewrite/rewrite-third-party/actions/runs/11821226672</nebula_Build_Url> <nebula_Created_By>21.0.5+11-LTS (Eclipse Adoptium)</nebula_Created_By> <nebula_Module_Owner>team@moderne.io</nebula_Module_Owner> <nebula_Module_Email>team@moderne.io</nebula_Module_Email> <nebula_X_Compile_Target_JDK>1.8</nebula_X_Compile_Target_JDK> <nebula_X_Compile_Source_JDK>1.8</nebula_X_Compile_Source_JDK> <nebula_Build_Java_Version>17</nebula_Build_Java_Version> </properties> </project>