Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Jul 25, 2024
1 parent e1df58c commit ca82b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*******************************************************************************/
package test.jakarta.data.web;

import static componenttest.annotation.SkipIfSysProp.DB_DB2;
import static componenttest.annotation.SkipIfSysProp.DB_Oracle;
import static componenttest.annotation.SkipIfSysProp.DB_Postgres;
import static componenttest.annotation.SkipIfSysProp.DB_SQLServer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@

import java.util.Set;

import jakarta.persistence.ElementCollection;
import jakarta.persistence.Entity;
import jakarta.persistence.FetchType;
import jakarta.persistence.Id;
import jakarta.persistence.IdClass;
import jakarta.persistence.Version;

/**
* Recreate from io.openliberty.data.internal_fat_jpa
*
*/
@Entity
@IdClass(CityId.class)
Expand Down

0 comments on commit ca82b37

Please sign in to comment.