Skip to content

Commit

Permalink
Spring 6.0 upgrade: javax.xml.bind -> jakarta.xml.bind
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Apr 24, 2023
1 parent 67dac00 commit 07d25fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.HashSet;
import java.util.List;
import java.util.function.Consumer;
import javax.xml.bind.JAXBElement;
import jakarta.xml.bind.JAXBElement;
import javax.xml.namespace.QName;

import com.evolveum.midpoint.test.AbstractIntegrationTest;
Expand Down

0 comments on commit 07d25fd

Please sign in to comment.