We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca1253 commit ba5dc20Copy full SHA for ba5dc20
modello-plugins/modello-plugin-xdoc/pom.xml
@@ -25,6 +25,16 @@
25
<groupId>org.codehaus.plexus</groupId>
26
<artifactId>plexus-utils</artifactId>
27
</dependency>
28
+ <dependency>
29
+ <groupId>org.apache.maven.doxia</groupId>
30
+ <artifactId>doxia-sink-api</artifactId>
31
+ <version>2.0.0</version>
32
+ </dependency>
33
34
35
+ <artifactId>doxia-module-xdoc</artifactId>
36
37
38
<dependency>
39
<groupId>org.jsoup</groupId>
40
<artifactId>jsoup</artifactId>
0 commit comments