Skip to content

Commit

Permalink
Make package o.a.logging.log4j.core.config optional
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Oct 17, 2022
1 parent 27af687 commit 86cb688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.passage.lic.base/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Export-Package: org.eclipse.passage.lic.base,
org.eclipse.passage.lic.internal.base.requirements;x-internal:=true,
org.eclipse.passage.lic.internal.base.time;x-friends:="org.eclipse.passage.lic.base.tests"
Import-Package: org.apache.logging.log4j;version="2.17.1",
org.apache.logging.log4j.core.config;version="2.17.1"
org.apache.logging.log4j.core.config;version="2.17.1";resolution:=optional
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
version="0.0.0"/>

<requires>
<import feature="org.eclipse.passage.lic.define.feature" version="0.0.0" match="equivalent"/>
<import feature="org.eclipse.passage.lic.define.feature"/>
<import plugin="org.apache.logging.log4j"/>
</requires>

<plugin
Expand Down Expand Up @@ -70,4 +71,5 @@
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit 86cb688

Please sign in to comment.