File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/apache/maven/plugins/javadoc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ under the License.
207
207
<dependency >
208
208
<groupId >org.apache.maven.reporting</groupId >
209
209
<artifactId >maven-reporting-api</artifactId >
210
- <version >3.1.0 </version >
210
+ <version >3.1.1 </version >
211
211
</dependency >
212
212
<dependency >
213
213
<groupId >org.apache.maven</groupId >
Original file line number Diff line number Diff line change 27
27
import java .util .ResourceBundle ;
28
28
import java .util .stream .Collectors ;
29
29
30
- import org .apache . maven .doxia .sink .Sink ;
30
+ import org .codehaus .doxia .sink .Sink ;
31
31
import org .apache .maven .doxia .siterenderer .RenderingContext ;
32
32
import org .apache .maven .doxia .siterenderer .sink .SiteRendererSink ;
33
33
import org .apache .maven .plugin .MojoExecutionException ;
You can’t perform that action at this time.
0 commit comments