You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "elharo (via GitHub)" <gi...@apache.org> on 2023/02/19 15:51:26 UTC

[GitHub] [maven-doxia] elharo commented on a diff in pull request #149: Prefer Apache commons utils to codehaus

elharo commented on code in PR #149:
URL: https://github.com/apache/maven-doxia/pull/149#discussion_r1111265715


##########
doxia-core/pom.xml:
##########
@@ -53,6 +53,11 @@ under the License.
       <artifactId>commons-text</artifactId>
       <version>1.10.0</version>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.11.0</version>
+    </dependency>

Review Comment:
   Probably still a few to go, but with the additional files I've added  this is now needed in compile scope.



-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org