Skip to content

Commit 7c779b8

Browse files
juergenkorasahie
authored andcommitted
Adjust OSGi imports/exports (#50)
Closes #39
1 parent 0d2d884 commit 7c779b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vaadin-context-menu-addon/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@
126126
</goals>
127127
<configuration>
128128
<instructions>
129-
<Import-Package>org.jsoup.*;version="[1.6.3,2)",*</Import-Package>
129+
<Import-Package>org.jsoup.*;version="[1.6.3,2)",!com.google.gwt.*,!com.vaadin.client.*,*</Import-Package>
130+
<Export-Package>!com.vaadin.addon.contextmenu.client,com.vaadin.addon.contextmenu.*</Export-Package>
130131
</instructions>
131132
</configuration>
132133
</execution>

0 commit comments

Comments
 (0)