File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/org/springframework/data/couchbase/repository/query Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
<springdata .commons>3.2.0-SNAPSHOT</springdata .commons>
24
24
<java-module-name >spring.data.couchbase</java-module-name >
25
25
<hibernate .validator>7.0.1.Final</hibernate .validator>
26
- <apt >1.1.3</apt >
27
- <querydsl >5.0.0</querydsl >
28
26
<mysema .querydsl>3.7.4</mysema .querydsl>
29
27
<couchbase .encryption>3.1.0</couchbase .encryption>
30
28
<jodatime >2.10.13</jodatime >
311
309
</goals >
312
310
<configuration >
313
311
<outputDirectory >target/generated-test-sources</outputDirectory >
314
- <processor >org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor</processor >
312
+ <processor >
313
+ org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor
314
+ </processor >
315
315
</configuration >
316
316
</execution >
317
317
</executions >
Original file line number Diff line number Diff line change 30
30
import org .springframework .data .couchbase .core .CouchbaseTemplate ;
31
31
import org .springframework .data .couchbase .core .ReactiveCouchbaseTemplate ;
32
32
import org .springframework .data .couchbase .domain .Airport ;
33
- import org .springframework .data .couchbase .domain .ConfigScoped ;;
33
+ import org .springframework .data .couchbase .domain .ConfigScoped ;
34
34
import org .springframework .data .couchbase .domain .ReactiveAirportRepository ;
35
35
import org .springframework .data .couchbase .domain .ReactiveAirportRepositoryAnnotated ;
36
36
import org .springframework .data .couchbase .domain .ReactiveUserColRepository ;
You can’t perform that action at this time.
0 commit comments