Fix build on systems when jdk9 is default java
OBS-URL: https://build.opensuse.org/package/show/Java:packages/axis?expand=0&rev=23
This commit is contained in:
parent
f19b3b6706
commit
56864538dc
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 10 06:41:34 UTC 2017 - fstrba@suse.com
|
||||
|
||||
- Requires for build java-devel = 1.8.0 since it is the last
|
||||
version able to build with source and target levels 1.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 08:54:25 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
@ -54,7 +54,8 @@ BuildRequires: classpath
|
||||
BuildRequires: classpathx-mail
|
||||
BuildRequires: gnu-jaf
|
||||
BuildRequires: jakarta-commons-discovery
|
||||
BuildRequires: java-devel
|
||||
# JDK8 is the last one that is able to build with source and target levels 1.3
|
||||
BuildRequires: java-devel = 1.8.0
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: junit
|
||||
|
Loading…
Reference in New Issue
Block a user