Skip to content

Commit

Permalink
osgi: add osgi.import value that excludes ch.randelshofer.fastdoublep…
Browse files Browse the repository at this point in the history
…arser (#957)
  • Loading branch information
pjfanning committed Mar 22, 2023
1 parent 5e73d93 commit 0b1a48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -51,6 +51,7 @@
<osgi.export>com.fasterxml.jackson.core;version=${project.version},
com.fasterxml.jackson.core.*;version=${project.version}
</osgi.export>
<osgi.import>!ch.randelshofer.fastdoubleparser, *</osgi.import>

<!-- Generate PackageVersion.java into this directory. -->
<packageVersion.dir>com/fasterxml/jackson/core/json</packageVersion.dir>
Expand Down

0 comments on commit 0b1a48c

Please sign in to comment.