You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/12/02 19:33:50 UTC

[tika] 03/06: add required dependency for scm

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

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 381f4eacbf464bd270dd33dd884de9542e103fe6
Author: tallison <ta...@apache.org>
AuthorDate: Tue Nov 26 15:08:57 2019 -0500

    add required dependency for scm
---
 tika-parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4c439a0..6a70547 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -456,6 +456,11 @@
            <artifactId>maven-scm-provider-gitexe</artifactId>
            <version>1.11.2</version>
          </dependency>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-api</artifactId>
+            <version>1.11.2</version>
+          </dependency>
        </dependencies>
       </plugin>
       <plugin>