Fix EBS build Failure due to dependency version mismatch
(cherry picked from commit 20fb9c20e24952c620f8674597f3920d302badf4)
This commit is contained in:
parent
a0cf8b4f86
commit
c7a814ea2e
@ -12,7 +12,7 @@
|
||||
%bcond_with jp_minimal
|
||||
Name: jetty
|
||||
Version: 9.4.16
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Java Webserver and Servlet Container
|
||||
License: ASL 2.0 or EPL-1.0 or EPL-2.0
|
||||
URL: http://www.eclipse.org/jetty/
|
||||
@ -507,6 +507,7 @@ sed -i '/^\s*\*.*<script>/d' jetty-util/src/main/java/org/eclipse/jetty/util/res
|
||||
%pom_disable_module jetty-alpn-conscrypt-client jetty-alpn
|
||||
%pom_remove_dep -r :jetty-alpn-conscrypt-server
|
||||
%pom_remove_dep -r :jetty-alpn-conscrypt-client
|
||||
sed -i 's|9.3.0.RC0|${project.version}|g' tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml
|
||||
rm -fr examples/embedded/src/main/java/org/eclipse/jetty/embedded/ManyConnectors.java
|
||||
cp %{SOURCE6} .
|
||||
sed -i '/<SystemProperty name="jetty.state"/d' \
|
||||
@ -787,6 +788,9 @@ exit 0
|
||||
%license LICENSE NOTICE.txt LICENSE-MIT
|
||||
|
||||
%changelog
|
||||
* Wed Mar 01 2023 Ge Wang <wangge20@h-partners.com> - 9.4.16-3
|
||||
- Fix EBS build failure due to jetty-util version mismatch
|
||||
|
||||
* Wed Dec 28 2022 jiangpeng <jiangpeng01@ncti-gba.cn> - 9.4.16-2
|
||||
- Fix CVE-2022-2047 and CVE-2022-2048
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user