Skip to content

Commit b1f8f3d

Browse files
1 parent 6e667ac commit b1f8f3d

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/main/resources/META-INF/rewrite/examples.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,7 +2907,7 @@ examples:
29072907
type: specs.openrewrite.org/v1beta/example
29082908
recipeName: org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3
29092909
examples:
2910-
- description: '`SpringCloudVersionUpgradeTest#upgradeSpringCloudVersion`'
2910+
- description: '`SpringDataStaxCassandraTest#groupIdChangeCassandraBom`'
29112911
sources:
29122912
- before: project
29132913
language: mavenProject
@@ -2917,23 +2917,12 @@ examples:
29172917
<groupId>com.example</groupId>
29182918
<artifactId>fooservice</artifactId>
29192919
<version>1.0-SNAPSHOT</version>
2920-
<parent>
2921-
<groupId>org.springframework.boot</groupId>
2922-
<artifactId>spring-boot-starter-parent</artifactId>
2923-
<version>2.2.2.RELEASE</version>
2924-
<relativePath/>
2925-
</parent>
2926-
<properties>
2927-
<java.version>11</java.version>
2928-
<spring-cloud.version>Hoxton.SR9</spring-cloud.version>
2929-
<mockito.version>2.18.3</mockito.version>
2930-
</properties>
29312920
<dependencyManagement>
29322921
<dependencies>
29332922
<dependency>
2934-
<groupId>org.springframework.cloud</groupId>
2935-
<artifactId>spring-cloud-dependencies</artifactId>
2936-
<version>${spring-cloud.version}</version>
2923+
<groupId>com.datastax.oss</groupId>
2924+
<artifactId>java-driver-bom</artifactId>
2925+
<version>4.17.0</version>
29372926
<type>pom</type>
29382927
<scope>import</scope>
29392928
</dependency>
@@ -2942,7 +2931,7 @@ examples:
29422931
</project>
29432932
path: pom.xml
29442933
language: xml
2945-
- description: '`SpringDataStaxCassandraTest#groupIdChangeCassandraBom`'
2934+
- description: '`SpringCloudVersionUpgradeTest#upgradeSpringCloudVersion`'
29462935
sources:
29472936
- before: project
29482937
language: mavenProject
@@ -2952,12 +2941,23 @@ examples:
29522941
<groupId>com.example</groupId>
29532942
<artifactId>fooservice</artifactId>
29542943
<version>1.0-SNAPSHOT</version>
2944+
<parent>
2945+
<groupId>org.springframework.boot</groupId>
2946+
<artifactId>spring-boot-starter-parent</artifactId>
2947+
<version>2.2.2.RELEASE</version>
2948+
<relativePath/>
2949+
</parent>
2950+
<properties>
2951+
<java.version>11</java.version>
2952+
<spring-cloud.version>Hoxton.SR9</spring-cloud.version>
2953+
<mockito.version>2.18.3</mockito.version>
2954+
</properties>
29552955
<dependencyManagement>
29562956
<dependencies>
29572957
<dependency>
2958-
<groupId>com.datastax.oss</groupId>
2959-
<artifactId>java-driver-bom</artifactId>
2960-
<version>4.17.0</version>
2958+
<groupId>org.springframework.cloud</groupId>
2959+
<artifactId>spring-cloud-dependencies</artifactId>
2960+
<version>${spring-cloud.version}</version>
29612961
<type>pom</type>
29622962
<scope>import</scope>
29632963
</dependency>

0 commit comments

Comments
 (0)