diff --git a/src/testWithSpringBoot_2_7/java/org/openrewrite/java/spring/boot2/Boot3UpgradeTest.java b/src/testWithSpringBoot_2_7/java/org/openrewrite/java/spring/boot2/Boot3UpgradeTest.java index f6c68b47d..b221d9d98 100644 --- a/src/testWithSpringBoot_2_7/java/org/openrewrite/java/spring/boot2/Boot3UpgradeTest.java +++ b/src/testWithSpringBoot_2_7/java/org/openrewrite/java/spring/boot2/Boot3UpgradeTest.java @@ -191,8 +191,6 @@ public void setName(String name) { @Table(name = "specialties") public class Specialty implements Serializable { - private static final long serialVersionUID = 1; - @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Integer id; @@ -362,8 +360,6 @@ public void setLastName(String lastName) { @Table(name = "vets") public class Vet implements Serializable { - private static final long serialVersionUID = 1; - @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Integer id;