Skip to content

Commit

Permalink
fix(jans-auth-server): wrong import in GluuOrganization class which l…
Browse files Browse the repository at this point in the history
…eads to failure on jans-config-api #2957 (#2958)
  • Loading branch information
yuriyz committed Nov 10, 2022
1 parent 7f93bca commit af4eda8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
import io.jans.orm.annotation.DataEntry;
import io.jans.orm.annotation.ObjectClass;
import io.jans.orm.model.base.Entry;

import jakarta.validation.constraints.NotNull;
import jakarta.validation.constraints.Size;
import org.apache.tika.utils.StringUtils;
import org.apache.commons.lang.StringUtils;

import java.io.Serializable;

Expand Down

0 comments on commit af4eda8

Please sign in to comment.