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:15 UTC

[maven-checkstyle-plugin] branch dox3 created (now bc972d5)

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

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


      at bc972d5  explicit dependencies

This branch includes the following new commits:

     new bc972d5  explicit dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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>