Skip to content

Commit 2d45601

Browse files
authored
Removal EPL-licensed org.eclipse.sisu.inject dependency for CNCF compliance (#24686)
Closes #24685 Signed-off-by: Bruno Oliveira da Silva <[email protected]>
1 parent 70d0f73 commit 2d45601

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quarkus/deployment/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<groupId>org.junit.jupiter</groupId>
3131
<artifactId>junit-jupiter</artifactId>
3232
</exclusion>
33+
<exclusion>
34+
<groupId>org.eclipse.sisu</groupId>
35+
<artifactId>org.eclipse.sisu.inject</artifactId>
36+
</exclusion>
3337
</exclusions>
3438
</dependency>
3539
<dependency>

0 commit comments

Comments
 (0)