diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-12-13 14:40:27 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-12-13 15:01:24 +0100 |
commit | 6ca3d2194f55b699d34847eb36139665a9cb3fb6 (patch) | |
tree | 8af416a0301735a7842e6413ed6ab305edae9c6d /pom.xml | |
parent | e74f3855ad9d54c986d60b0b2ea4c223d52b2cd1 (diff) | |
download | jgit-6ca3d2194f55b699d34847eb36139665a9cb3fb6.tar.gz jgit-6ca3d2194f55b699d34847eb36139665a9cb3fb6.zip |
Update jetty to 10.0.13
Since Oomph's p2 repo for jetty 10.0.13 doesn't have source bundles, we
remove them. Eclipse platform doesn't create p2 repos for jetty anymore
and we aren't yet ready to use maven dependencies like the platform
does.
Change-Id: Icef9658ce441be43931e32d931adf717e2fa222c
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ <commons-compress-version>1.21</commons-compress-version> <osgi-core-version>6.0.0</osgi-core-version> <servlet-api-version>4.0.0</servlet-api-version> - <jetty-version>10.0.6</jetty-version> + <jetty-version>10.0.13</jetty-version> <japicmp-version>0.15.3</japicmp-version> <httpclient-version>4.5.13</httpclient-version> <httpcore-version>4.4.15</httpcore-version> |