diff --git a/pom.xml b/pom.xml index 8b5ef066..47e1c2b6 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,6 @@ 3.2.0-SNAPSHOT spring.data.couchbase 7.0.1.Final - 1.1.3 - 5.0.0 3.7.4 3.1.0 2.10.13 @@ -311,7 +309,9 @@ target/generated-test-sources - org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor + + org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor + diff --git a/src/test/java/org/springframework/data/couchbase/repository/query/ReactiveCouchbaseRepositoryQueryCollectionIntegrationTests.java b/src/test/java/org/springframework/data/couchbase/repository/query/ReactiveCouchbaseRepositoryQueryCollectionIntegrationTests.java index 1d224024..44faad38 100644 --- a/src/test/java/org/springframework/data/couchbase/repository/query/ReactiveCouchbaseRepositoryQueryCollectionIntegrationTests.java +++ b/src/test/java/org/springframework/data/couchbase/repository/query/ReactiveCouchbaseRepositoryQueryCollectionIntegrationTests.java @@ -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;