Skip to content

Commit

Permalink
Override pax logging version to address openhab#1349.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Dec 16, 2021
1 parent 7d1acf5 commit 580d486
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions distributions/openhab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<startupFeatures>
<feature>eventadmin</feature>
</startupFeatures>
<featuresProcessing>${basedir}/processing.xml</featuresProcessing>
<bootFeatures>
<feature>jaas</feature>
<feature>shell</feature>
Expand Down
10 changes: 10 additions & 0 deletions distributions/openhab/processing.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<featuresProcessing xmlns="http://karaf.apache.org/xmlns/features-processing/v1.0.0">

<bundleReplacements>
<bundle originalUri="mvn:org.ops4j.pax.logging/pax-logging-api/[0,2.0.12)" replacement="mvn:org.ops4j.pax.logging/pax-logging-api/2.0.12" mode="maven" />
<bundle originalUri="mvn:org.ops4j.pax.logging/pax-logging-log4j2/[0,2.0.12)" replacement="mvn:org.ops4j.pax.logging/pax-logging-log4j2/2.0.12" mode="maven" />
<bundle originalUri="mvn:org.ops4j.pax.logging/pax-logging-logback/[0,2.0.12)" replacement="mvn:org.ops4j.pax.logging/pax-logging-logback/2.0.12" mode="maven" />
</bundleReplacements>

</featuresProcessing>

0 comments on commit 580d486

Please sign in to comment.