!14 [sync] PR-12: Add mvn(javax.servlet:javax.servlet-api) version limit to fix selfbuild failed
From: @openeuler-sync-bot Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
d83591dfd6
@ -5,7 +5,7 @@
|
|||||||
%bcond_with jaxws
|
%bcond_with jaxws
|
||||||
Name: grizzly
|
Name: grizzly
|
||||||
Version: 2.3.24
|
Version: 2.3.24
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Java NIO Server Framework
|
Summary: Java NIO Server Framework
|
||||||
License: (CDDL-1.1 or GPLv2 with exceptions) and BSD and ASL 2.0 and Public Domain
|
License: (CDDL-1.1 or GPLv2 with exceptions) and BSD and ASL 2.0 and Public Domain
|
||||||
URL: http://grizzly.java.net/
|
URL: http://grizzly.java.net/
|
||||||
@ -18,7 +18,7 @@ BuildRequires: mvn(com.sun.jersey:jersey-servlet)
|
|||||||
%if %{with jaxws}
|
%if %{with jaxws}
|
||||||
BuildRequires: mvn(com.sun.xml.ws:rt)
|
BuildRequires: mvn(com.sun.xml.ws:rt)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: mvn(javax.servlet:javax.servlet-api) mvn(junit:junit)
|
BuildRequires: mvn(javax.servlet:javax.servlet-api) <= 3.1.0 mvn(junit:junit)
|
||||||
BuildRequires: mvn(net.java:jvnet-parent:pom:) mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(net.java:jvnet-parent:pom:) mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
@ -149,6 +149,9 @@ xmvn test --batch-mode --offline verify -Dmaven.test.failure.ignore=true
|
|||||||
%license LICENSE.txt Grizzly_THIRDPARTYLICENSEREADME.txt
|
%license LICENSE.txt Grizzly_THIRDPARTYLICENSEREADME.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 21 2023 liyanan <thistleslyn@163.com> - 2.3.24-4
|
||||||
|
- Add mvn(javax.servlet:javax.servlet-api) version limit to fix selfbuild failed
|
||||||
|
|
||||||
* Sat Nov 19 2022 caodongxia <caodongxia@h-partners.com> - 2.3.24-3
|
* Sat Nov 19 2022 caodongxia <caodongxia@h-partners.com> - 2.3.24-3
|
||||||
- Modify invalid source0
|
- Modify invalid source0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user