You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2022/02/26 15:27:46 UTC

[pdfbox-jbig2] branch master updated: add missing dependency

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

lehmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new 54a9160  add missing dependency
54a9160 is described below

commit 54a9160e947b32b589057e4c729167a235858491
Author: Andreas Lehmkühler <an...@lehmi.de>
AuthorDate: Sat Feb 26 16:26:03 2022 +0100

    add missing dependency
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1351bc4..d8e432b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,6 +279,11 @@
 						<artifactId>maven-scm-provider-gitexe</artifactId>
 						<version>1.12.2</version>
 					</dependency>
+					<dependency>
+						<groupId>org.apache.maven.scm</groupId>
+  						<artifactId>maven-scm-api</artifactId>
+						<version>1.12.2</version>
+					</dependency>
 				</dependencies>
 			</plugin>
 			<plugin>