Skip to content

Commit 9d72c0d

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

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,13 @@
150150
<difference>
151151
<className>org/talend/sdk/component/junit5/ComponentExtension</className>
152152
<differenceType>4001</differenceType>
153+
<to>org/junit/jupiter/api/extension/TestInstantiationAwareExtension</to>
153154
<justification>org.junit.jupiter.api.extension.TestInstantiationAwareExtension has been removed by junit5, not by our code</justification>
154155
</difference>
155156
<difference>
156157
<className>org/talend/sdk/component/junit5/MavenDecrypterExtension</className>
157158
<differenceType>4001</differenceType>
159+
<to>org/junit/jupiter/api/extension/TestInstantiationAwareExtension</to>
158160
<justification>org.junit.jupiter.api.extension.TestInstantiationAwareExtension has been removed by junit5, not by our code</justification>
159161
</difference>
160162
</ignored>

0 commit comments

Comments
 (0)