Accepting request 1168545 from Java:packages

This does not build with maven-surefire < 3

OBS-URL: https://build.opensuse.org/request/show/1168545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tycho?expand=0&rev=19
This commit is contained in:
2024-04-17 14:21:22 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 17 12:49:52 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Require at least maven-surefire 3 for build
-------------------------------------------------------------------
Wed Apr 10 12:05:15 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -92,7 +92,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-install-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
BuildRequires: mvn(org.apache.maven.surefire:maven-surefire-common) >= 2.22.1
BuildRequires: mvn(org.apache.maven.surefire:maven-surefire-common) >= 3
BuildRequires: mvn(org.apache.maven.surefire:surefire-api)
BuildRequires: mvn(org.apache.maven.surefire:surefire-junit3)
BuildRequires: mvn(org.apache.maven.surefire:surefire-testng-utils)