Replace Java EE 8 with Jakarta EE 9 bits.

Replace all javax package namespace imports with jakarta packages.

Declare the jakarta.annotations:jakarta.annotations-api dependency in the spring-geode-autoconfigure module.
This commit is contained in:
John Blum
2022-01-12 12:10:58 -08:00
parent ed1aa69a39
commit a069263ca5
40 changed files with 59 additions and 57 deletions

View File

@@ -17,7 +17,7 @@ package example.app.crm;
import static org.assertj.core.api.Assertions.assertThat;
import javax.annotation.Resource;
import jakarta.annotation.Resource;
import org.junit.Before;
import org.junit.Test;