Skip to content

Commit 03189ac

Browse files
eng, mgmt changelog tool, ignore impl package (#45934)
1 parent 8e7c3b0 commit 03189ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/automation/changelog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<systemProperties>
9191
<systemProperty>
9292
<key>PACKAGE_IGNORE</key>
93-
<value>com\.azure\.resourcemanager(\.[^.]+)+\.fluent(\.[^.]+)*;com\.azure\.resourcemanager(\.[^.]+)+\.implementation</value>
93+
<value>com\.azure\.resourcemanager(\.[^.]+)+\.fluent(\.[^.]+)*;com\.azure\.resourcemanager(\.[^.]+)+\.implementation(\.[^.]+)*</value>
9494
</systemProperty>
9595
<systemProperty>
9696
<key>OLD_JAR</key>

0 commit comments

Comments
 (0)