Skip to content

Commit

Permalink
update runtime dependencies to sync Jetty and Pax Web versions (openh…
Browse files Browse the repository at this point in the history
…ab#1218)

Use the same Pax Web and Jetty version for the runtime dependencies
(used by the demo application) as is used in the Karaf distribution.

This PR needs to be merged synchron to the updated bndrun in the openHAB
demo repository.

Related to: openhab#1197 (comment)

Signed-off-by: Markus Rathgeb <[email protected]>
GitOrigin-RevId: 7ba7ee2
  • Loading branch information
maggu2810 authored and splatch committed Jul 11, 2023
1 parent a1c10fb commit 7b27b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bom/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<name>openHAB Core :: BOM :: Runtime</name>

<properties>
<pax.web.version>7.2.3</pax.web.version>
<jetty.version>9.4.11.v20180605</jetty.version>
<pax.web.version>7.2.11</pax.web.version>
<jetty.version>9.4.20.v20190813</jetty.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7b27b03

Please sign in to comment.