Skip to content

Commit

Permalink
Exclude plug-in from runtime path
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Quinn <tim.quinn@oracle.com>
  • Loading branch information
tjquinno committed Oct 23, 2024
1 parent 3973114 commit fda60d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,17 @@
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.versioning</artifactId>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-baseline-maven-plugin</artifactId>
<!-- Needed to build to resolve annotation but should not be in the runtime path for downstream consumers. -->
<scope>provided</scope>
</dependency>
</dependencies>

</project>

0 comments on commit fda60d8

Please sign in to comment.