Surefure now used maven-shared-utils instead of plexus-utils, fixes test runs

in other packages
This commit is contained in:
Mat Booth 2018-05-09 15:41:38 +01:00
parent 101f5bbc0b
commit 5463eb9bfc
2 changed files with 9 additions and 5 deletions

View File

@ -115,7 +115,7 @@ index 991edc1..83732d5 100644
+ jars/surefire-api-2.21.0.jar,
+ jars/surefire-logger-api-2.21.0.jar,
+ jars/maven-surefire-common-2.21.0.jar,
+ jars/plexus-utils-3.0.jar
+ jars/maven-shared-utils-3.2.1.jar
Bundle-Name: Tycho Surefire OSGi Booter Eclipse Application
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.tycho.surefire.osgibooter;singleton:=true
@ -140,9 +140,9 @@ index 82700eb..3fbc3a3 100644
<version>${surefire-version}</version>
</artifactItem>
+ <artifactItem>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>3.0</version>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-shared-utils</artifactId>
+ <version>3.2.1</version>
+ </artifactItem>
</artifactItems>
</configuration>

View File

@ -22,7 +22,7 @@
Name: tycho
Version: 1.2.0
Release: 0.4.git5d018bb%{?dist}
Release: 0.5.git5d018bb%{?dist}
Summary: Plugins and extensions for building Eclipse plugins and OSGI bundles with Maven
# license file is missing but all files having some licensing information are ASL 2.0
@ -366,6 +366,10 @@ ln -s %{_javadir}/tycho/org.fedoraproject.p2.jar %{buildroot}${xmvn_libdir}/inst
%files javadoc -f .mfiles-javadoc
%changelog
* Wed May 09 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.5.git5d018bb
- Surefure now used maven-shared-utils instead of plexus-utils, fixes test runs
in other packages
* Thu May 03 2018 Mat Booth <mat.booth@redhat.com> - 1.2.0-0.4.git5d018bb
- Add a proper patch for ebz#534255