michael-o commented on code in PR #215:
URL: 
https://github.com/apache/maven-plugin-tools/pull/215#discussion_r1192744326


##########
pom.xml:
##########
@@ -182,32 +180,11 @@
         <artifactId>maven-settings</artifactId>
         <version>${mavenVersion}</version>
       </dependency>
-      <!-- doxia -->
+      <!-- shared -->
       <dependency>
-        <groupId>org.apache.maven.doxia</groupId>
-        <artifactId>doxia-sink-api</artifactId>
-        <version>${doxiaVersion}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-container-default</artifactId>

Review Comment:
   This problem will be solved when we move to Doxia 2.0.0. For now, we need to 
exclude otherwise things start to fail. This is OK for me for now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to