This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 3a89f0f restore doxia-core 3a89f0f is described below commit 3a89f0fe663905ccb2c92626b544f100d5d90f2d Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Fri Jul 3 09:29:24 2020 -0400 restore doxia-core --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index cea122f..848156e 100644 --- a/pom.xml +++ b/pom.xml @@ -192,6 +192,11 @@ under the License. </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-core</artifactId> + <version>${doxiaVersion}</version> + </dependency> + <dependency> + <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-site-renderer</artifactId> <version>${doxiaSiteVersion}</version> </dependency>