Skip to content

Commit

Permalink
Add OSGi headers to MP Config module
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol authored and senivam committed Jan 7, 2022
1 parent 1fe6b75 commit 7212b01
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ext/microprofile/mp-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,27 @@
</dependency>

</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<inherited>true</inherited>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>
org.glassfish.jersey.microprofile.config.*;version=${project.version}
</Export-Package>
<Import-Package>
org.eclipse.microprofile.config.*;version="!",
*
</Import-Package>
</instructions>
<unpackBundle>true</unpackBundle>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 7212b01

Please sign in to comment.