Skip to content

Commit 8e3e288

Browse files
committed
fix(QTDI-2567): clirr detect it as a compliance issue
1 parent 5ddf512 commit 8e3e288

File tree

1 file changed

+10
-0
lines changed
  • component-runtime-testing/component-runtime-junit

1 file changed

+10
-0
lines changed

component-runtime-testing/component-runtime-junit/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@
147147
<method>*get*</method>
148148
<justification>we don't need this method</justification>
149149
</difference>
150+
<difference>
151+
<className>org/talend/sdk/component/junit5/ComponentExtension</className>
152+
<differenceType>4001</differenceType>
153+
<justification>org.junit.jupiter.api.extension.TestInstantiationAwareExtension has been removed by junit5, not by our code</justification>
154+
</difference>
155+
<difference>
156+
<className>org/talend/sdk/component/junit5/MavenDecrypterExtension</className>
157+
<differenceType>4001</differenceType>
158+
<justification>org.junit.jupiter.api.extension.TestInstantiationAwareExtension has been removed by junit5, not by our code</justification>
159+
</difference>
150160
</ignored>
151161
</configuration>
152162
<executions>

0 commit comments

Comments
 (0)