Skip to content

Commit

Permalink
Refs EsotericSoftware#117: Don't export org.objenesis* package (as pr…
Browse files Browse the repository at this point in the history
…oposed with patch).
  • Loading branch information
magro committed Dec 1, 2013
1 parent 1fc2dc8 commit 3ab6f19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.4.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand All @@ -156,8 +157,8 @@
*
]]>
</Import-Package>
<Export-Package>com.esotericsoftware*, org.objenesis*</Export-Package>
<Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
<Export-Package>com.esotericsoftware*</Export-Package>
<Embed-Dependency>com.esotericsoftware*;scope=compile|runtime</Embed-Dependency>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 3ab6f19

Please sign in to comment.