Unverified Commit 064b0336 authored by Jürgen Albert's avatar Jürgen Albert Committed by GitHub
Browse files

Fixes issue with OSGi support introduced with fix for #548 (#560)

All packages had been declared as private and not API
parent 32f713fb
......@@ -376,6 +376,11 @@
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<version>${bnd.version}</version>
<configuration>
<bnd><![CDATA[
Export-Package: org.gitlab4j.api.*
]]></bnd>
</configuration>
</plugin>
</plugins>
</pluginManagement>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment