Skip to content

Commit

Permalink
exclude com.sun.jdi from Exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
struberg committed Jul 16, 2010
1 parent 5c85af3 commit 8c61998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -183,7 +183,8 @@
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>javassist.*;version="${project.version}"</Export-Package>
<Import-Package>!com.sun.jdi.*</Import-Package>
<Export-Package>!com.sun.jdi.*,javassist.*;version="${project.version}"</Export-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 8c61998

Please sign in to comment.