Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit ba081a3

Browse files
fix version of maven-surefire-report-plugin
1 parent 348f4d6 commit ba081a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

standalone/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-surefire-report-plugin</artifactId>
133-
<version>3.2.5</version>
133+
<version>3.2.3</version>
134134
</plugin>
135135
</plugins>
136136
</reporting>
@@ -226,7 +226,6 @@
226226
<exclude>oracle/dbtools/scripting/**</exclude>
227227
<exclude>oracle/dbtools/security/**</exclude>
228228
<exclude>oracle/dbtools/transfer/**</exclude>
229-
<exclude>oracle/dbtools/util/**</exclude>
230229
<exclude>oracle/dbtools/xml/**</exclude>
231230
</excludes>
232231
</filter>

0 commit comments

Comments
 (0)