Skip to content

Commit

Permalink
WELD-2644: weld-osgi-bundle must not embed jakarta APIs
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj authored and manovotn committed Oct 9, 2020
1 parent a285514 commit 700d03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/osgi/pom.xml
Expand Up @@ -53,7 +53,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Embed-Dependency>*; scope=compile; inline=true</Embed-Dependency>
<Embed-Dependency>*; scope=compile; inline=true; optional=false;</Embed-Dependency>

<_exportcontents>
<!-- Weld API and SPI -->
Expand Down

0 comments on commit 700d03a

Please sign in to comment.