Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiiches committed Sep 24, 2021
1 parent f1f6727 commit 6467d52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jackson-jq-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Include-Resource>META-INF/services/net.thisptr.jackson.jq.Function=${project.build.outputDirectory}/META-INF/services/net.thisptr.jackson.jq.Function</Include-Resource>
<Include-Resource>META-INF/services/net.thisptr.jackson.jq.module.Module=${project.build.outputDirectory}/META-INF/services/net.thisptr.jackson.jq.module.Module</Include-Resource>
<Include-Resource>META-INF/services/net.thisptr.jackson.jq.Function=${project.build.outputDirectory}/META-INF/services/net.thisptr.jackson.jq.Function,META-INF/services/net.thisptr.jackson.jq.module.Module=${project.build.outputDirectory}/META-INF/services/net.thisptr.jackson.jq.module.Module</Include-Resource>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 6467d52

Please sign in to comment.