Skip to content

Commit

Permalink
[WICKET-6999] Update bundle plugin to support slf4j [1.7,3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrpav committed Sep 29, 2022
1 parent 44e7a4a commit cb1e94b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -190,7 +190,7 @@
<!-- Maven plugins -->
<japicmp-maven-plugin.version>0.15.5</japicmp-maven-plugin.version>
<maven-archetype-plugin.version>3.2.0</maven-archetype-plugin.version>
<maven-bundle-plugin.version>5.1.3</maven-bundle-plugin.version>
<maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
Expand Down Expand Up @@ -900,7 +900,8 @@
<instructions>
<Export-Package>*</Export-Package>
<Import-Package>org.apache.wicket*,
org.junit.jupiter*</Import-Package>
org.junit.jupiter*,
org.slf4j;version="[1.7,3)"</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<_nouses>true</_nouses>
</instructions>
Expand Down

0 comments on commit cb1e94b

Please sign in to comment.