2019-12-04 17:32:53 +00:00
committed by Git OBS Bridge
parent 7ccc6b1ce4
commit 3e21fa8780
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 4 17:32:18 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Avoid version-less dependencies that can cause problems with
some tools
-------------------------------------------------------------------
Fri Nov 22 04:52:39 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@@ -99,9 +99,11 @@ for mod in guava guava-testlib; do
%pom_remove_parent ${mod}
%pom_xpath_inject pom:project '
<groupId>com.google.guava</groupId>
<version>25.0-jre</version>' ${mod}
<version>%{version}</version>' ${mod}
done
%pom_change_dep -r -f ::::: :::::
%build
mkdir -p lib
build-jar-repository -s lib junit jsr-305