!2 Remove dependence with jetty8
From: @hht8 Reviewed-by: @wangchong1995924 Signed-off-by: @wangchong1995924
This commit is contained in:
commit
3d1b1187f7
@ -2,7 +2,7 @@
|
|||||||
%global namedversion %{version}%{?namedreltag}
|
%global namedversion %{version}%{?namedreltag}
|
||||||
Name: weld-core
|
Name: weld-core
|
||||||
Version: 2.3.5
|
Version: 2.3.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Reference Implementation for JSR-299: Contexts and Dependency Injection (CDI)
|
Summary: Reference Implementation for JSR-299: Contexts and Dependency Injection (CDI)
|
||||||
License: ASL 2.0 and (CDDL or GPLv2 with exceptions) and LGPLv2+ and MIT and OFL
|
License: ASL 2.0 and (CDDL or GPLv2 with exceptions) and LGPLv2+ and MIT and OFL
|
||||||
URL: http://weld.cdi-spec.org/
|
URL: http://weld.cdi-spec.org/
|
||||||
@ -17,9 +17,7 @@ BuildRequires: mvn(net.sourceforge.findbugs:annotations)
|
|||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
BuildRequires: mvn(org.apache.tomcat:tomcat-catalina) mvn(org.codehaus.groovy:groovy-all)
|
BuildRequires: mvn(org.apache.tomcat:tomcat-catalina) mvn(org.codehaus.groovy:groovy-all)
|
||||||
BuildRequires: mvn(org.eclipse.jetty:jetty-server:8.1)
|
BuildRequires: mvn(org.eclipse.jetty:jetty-plus)
|
||||||
BuildRequires: mvn(org.eclipse.jetty:jetty-servlet:8.1)
|
|
||||||
BuildRequires: mvn(org.eclipse.jetty:jetty-webapp:8.1) mvn(org.eclipse.jetty:jetty-plus)
|
|
||||||
BuildRequires: mvn(org.hibernate.javax.persistence:hibernate-jpa-2.1-api)
|
BuildRequires: mvn(org.hibernate.javax.persistence:hibernate-jpa-2.1-api)
|
||||||
BuildRequires: mvn(org.jboss.arquillian:arquillian-bom:pom:)
|
BuildRequires: mvn(org.jboss.arquillian:arquillian-bom:pom:)
|
||||||
BuildRequires: mvn(org.jboss.classfilewriter:jboss-classfilewriter) mvn(org.jboss:jandex)
|
BuildRequires: mvn(org.jboss.classfilewriter:jboss-classfilewriter) mvn(org.jboss:jandex)
|
||||||
@ -93,5 +91,8 @@ sed -i -e 's/InstantiationException/InstantiationException, NoSuchMethodExceptio
|
|||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 03 2020 huanghaitao <huanghaitao8@huawei.com> - 2.3.5-2
|
||||||
|
- Remove dependence with jetty8
|
||||||
|
|
||||||
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 2.3.5-1
|
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 2.3.5-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user