Skip to content
Snippets Groups Projects
Commit d5a13a9a authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Fixed the build failure caused by the Doxia upgrade (Closes: #871112)

parent 6ea9feb5
No related branches found
No related tags found
No related merge requests found
surefire (2.19.1-2) UNRELEASED; urgency=medium
* Team upload.
* Fixed the build failure caused by the Doxia upgrade (Closes: #871112)
* Standards-Version updated to 4.1.0
-- Emmanuel Bourg <ebourg@apache.org> Sun, 03 Sep 2017 22:02:36 +0200
......
Description: Fixes the compatibility with the version of Doxia in Debian
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java
+++ b/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java
@@ -27,7 +27,7 @@
import java.util.ResourceBundle;
import org.apache.maven.doxia.markup.HtmlMarkup;
import org.apache.maven.doxia.sink.Sink;
-import org.apache.maven.doxia.sink.SinkEventAttributeSet;
+import org.apache.maven.doxia.sink.impl.SinkEventAttributeSet;
import org.apache.maven.doxia.sink.SinkEventAttributes;
import org.apache.maven.doxia.util.DoxiaUtils;
import org.apache.maven.reporting.MavenReportException;
......@@ -3,3 +3,4 @@ fix-junit-provider-selection.patch
bypass-testng-version-check.patch
dependency-plugin-configuration.patch
surefire-execution-parameters-compatibility.patch
doxia-compatibility.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment