Skip to content

Commit bc70b68

Browse files
committed
[release] Put back master revapi ignore removed by the 16.9.0 release
1 parent 16ed9aa commit bc70b68

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

xwiki-commons-core/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,17 @@
223223
</differences>
224224
</revapi.differences>
225225
-->
226-
226+
<revapi.differences>
227+
<justification>Moved to legacy</justification>
228+
<criticality>allowed</criticality>
229+
<differences>
230+
<item>
231+
<ignore>true</ignore>
232+
<code>java.class.removed</code>
233+
<old>class org.xwiki.velocity.introspection.MethodOverrideUberspector</old>
234+
</item>
235+
</differences>
236+
</revapi.differences>
227237
</analysisConfiguration>
228238
</configuration>
229239
</plugin>

0 commit comments

Comments
 (0)