!4 [sync] PR-2: Fix local build failure

From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-11-28 11:29:44 +00:00 committed by Gitee
commit 9cbfd88b1f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%bcond_with arquillian
Name: openwebbeans
Version: 1.2.8
Release: 1
Release: 2
Summary: Implementation of the JSR-299 WebBeans
License: ASL 2.0
URL: http://openwebbeans.apache.org/
@ -10,7 +10,7 @@ Patch0: %{name}-1.2.0-servlet31.patch
Patch1: OWB-1309-fix-missing-NoSuchMethodException.patch
BuildRequires: maven-local mvn(javax.annotation:javax.annotation-api) >= 1.2
BuildRequires: mvn(javax.el:javax.el-api) mvn(javax.inject:javax.inject)
BuildRequires: mvn(javax.servlet:javax.servlet-api)
BuildRequires: mvn(javax.servlet:javax.servlet-api) < 5.0.0
BuildRequires: mvn(javax.servlet.jsp:javax.servlet.jsp-api) mvn(junit:junit)
BuildRequires: mvn(org.apache:apache:pom:) mvn(org.apache:apache-jar-resource-bundle)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
@ -237,5 +237,8 @@ rm -rf webbeans-clustering/src/test/java/org/apache/webbeans/web/failover/tests/
%license LICENSE NOTICE
%changelog
* Mon Jun 05 2023 Ge Wang <wang__ge@126.com> - 1.2.8-2
- fix local build failure
* Mon Aug 24 2020 zhanghua <zhanghua40@huawei.com> - 1.2.8-1
- package init