Remove a broken test to fix the build.
This commit is contained in:
parent
6f64366606
commit
5aa9d4dc06
@ -2,7 +2,7 @@
|
||||
%global extra_version 1.0.3
|
||||
Name: glassfish-hk2
|
||||
Version: 2.5.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Glassfish Hundred Kilobytes Kernel
|
||||
License: EPL-2.0 or GPLv2 with exceptions
|
||||
URL: https://github.com/eclipse-ee4j/glassfish-hk2/
|
||||
@ -177,6 +177,9 @@ for mod in osgi-resource-locator dependency-verifier dependency-visualizer ; do
|
||||
done
|
||||
find . -name '*.jar' ! -name "gendir.jar" -type f -print -delete
|
||||
find . -name '*.class' -print -delete
|
||||
|
||||
rm hk2-runlevel/src/test/java/org/glassfish/hk2/runlevel/tests/listener/ListenerErrorTest.java
|
||||
|
||||
%pom_remove_parent bom .
|
||||
%pom_change_dep -r jakarta.servlet:jakarta.servlet-api javax.servlet:javax.servlet-api
|
||||
%pom_change_dep -r jakarta.annotation:jakarta.annotation-api javax.annotation:javax.annotation-api
|
||||
@ -413,5 +416,8 @@ done
|
||||
%license LICENSE.md NOTICE.md
|
||||
|
||||
%changelog
|
||||
* Tue Mar 23 2021 chengzihan <chengzihan2@huawei.com> - 2.5.0-2
|
||||
- Remove a broken test to fix the build.
|
||||
|
||||
* Fri Aug 28 2020 chengzihan <chengzihan2@huawei.com> - 2.5.0-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user