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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 8254421  add required dependency for scm
8254421 is described below

commit 82544217d9ef7e11001b60266c63fccba4275483
Author: tallison <[email protected]>
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 76cf39f..6795d35 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>

Reply via email to