Skip to content

Commit

Permalink
update runtime dependencies to sync Jetty and Pax Web versions
Browse files Browse the repository at this point in the history
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 <maggu2810@gmail.com>
  • Loading branch information
maggu2810 committed Nov 15, 2019
1 parent d23fb59 commit 8f57b54
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 8f57b54

Please sign in to comment.