Skip to content

Commit

Permalink
Merge pull request #799 from tjquinno/796-plugin-scope
Browse files Browse the repository at this point in the history
Exclude plug-in from runtime path
  • Loading branch information
donbourne authored Oct 24, 2024
2 parents 3973114 + fda60d8 commit 31d1253
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 31d1253

Please sign in to comment.