Skip to content

Commit 10846eb

Browse files
committed
manual merge of pom.xml change
1 parent 16eaa8e commit 10846eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
227227
<version>${version.plugin.surefire}</version>
228228
<configuration>
229229
<excludes>
230-
<exclude>tools/jackson/dataformat/xml/failing/*.java</exclude>
230+
<exclude>**/failing/**/*.java</exclude>
231231
</excludes>
232232
<includes>
233233
<include>**/Test*.java</include>

0 commit comments

Comments
 (0)