Properly test against JDK 21.

See #1813
This commit is contained in:
Greg L. Turnquist
2023-09-06 10:06:18 -05:00
parent 12c50a9a2f
commit 258c0611c6
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.dao.DataRetrievalFailureException;
import org.springframework.data.couchbase.core.CouchbaseTemplate;
import org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate;
import org.springframework.data.couchbase.domain.Airport;
import org.springframework.data.couchbase.domain.ConfigScoped;;
import org.springframework.data.couchbase.domain.ConfigScoped;
import org.springframework.data.couchbase.domain.ReactiveAirportRepository;
import org.springframework.data.couchbase.domain.ReactiveAirportRepositoryAnnotated;
import org.springframework.data.couchbase.domain.ReactiveUserColRepository;