This commit is contained in:
parent
2b65e07e6a
commit
52511a34e5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 08:49:24 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add aliases for the failureaccess and listenablefuture
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 10:14:08 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -86,10 +86,7 @@ install -pm 0644 %{name}-testlib/target/%{name}-testlib-%{version}*.jar %{buildr
|
||||
# poms
|
||||
install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name}
|
||||
%{mvn_install_pom} %{name}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}.pom
|
||||
%add_maven_depmap %{name}/%{name}.pom %{name}/%{name}.jar
|
||||
# We integrated this artifact in our main package
|
||||
%{mvn_install_pom} futures/failureaccess/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/failureaccess.pom
|
||||
%add_maven_depmap %{name}/failureaccess.pom %{name}/%{name}.jar
|
||||
%add_maven_depmap %{name}/%{name}.pom %{name}/%{name}.jar -a "com.google.guava:failureaccess","com.google.guava:listenablefuture"
|
||||
%{mvn_install_pom} %{name}-testlib/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/%{name}-testlib.pom
|
||||
%add_maven_depmap %{name}/%{name}-testlib.pom %{name}/%{name}-testlib.jar -f %{name}-testlib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user