You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/01/24 15:05:16 UTC

[maven-checkstyle-plugin] 01/01: explicit dependencies

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch dox3
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit bc972d5bfa49728f29b5167104fdb839409daf1a
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Jan 24 10:04:57 2021 -0500

    explicit dependencies
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 075295f..194a646 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,6 +134,11 @@ under the License.
     <!-- doxia -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-core</artifactId>
+      <version>${doxiaVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
       <version>${doxiaVersion}</version>
     </dependency>
@@ -174,6 +179,11 @@ under the License.
       <version>1.1.0</version>
     </dependency>
     <dependency>
+      <groupId>org.sonatype.sisu</groupId>
+      <artifactId>sisu-inject-plexus</artifactId>
+      <version>1.4.2</version>
+    </dependency>
+    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>3.3.0</version>