File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
34 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
45
56 <modelVersion >4.0.0</modelVersion >
358359 <goal >test-process</goal >
359360 </goals >
360361 <configuration >
361- <outputDirectory >target/generated-test-sources</outputDirectory >
362- <processor >org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor</processor >
362+ <outputDirectory >target/generated-test-sources
363+ </outputDirectory >
364+ <processor >
365+ org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor
366+ </processor >
363367 </configuration >
364368 </execution >
365369 </executions >
379383 <exclude >**/ReactivePerformanceTests.java</exclude >
380384 </excludes >
381385 <systemPropertyVariables >
382- <java .util.logging.config.file>src/test/resources/logging.properties</java .util.logging.config.file>
386+ <java .util.logging.config.file>
387+ src/test/resources/logging.properties
388+ </java .util.logging.config.file>
383389 <reactor .trace.cancel>true</reactor .trace.cancel>
384390 </systemPropertyVariables >
385391 </configuration >
You can’t perform that action at this time.
0 commit comments