You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2020/06/20 09:04:55 UTC

svn commit: r1879029 - /xmlbeans/trunk/resources/maven/pom.xml

Author: fanningpj
Date: Sat Jun 20 09:04:55 2020
New Revision: 1879029

URL: http://svn.apache.org/viewvc?rev=1879029&view=rev
Log:
add a provided dependency to net.sf.saxon:Saxon-HE:10.1

Modified:
    xmlbeans/trunk/resources/maven/pom.xml

Modified: xmlbeans/trunk/resources/maven/pom.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/resources/maven/pom.xml?rev=1879029&r1=1879028&r2=1879029&view=diff
==============================================================================
--- xmlbeans/trunk/resources/maven/pom.xml (original)
+++ xmlbeans/trunk/resources/maven/pom.xml Sat Jun 20 09:04:55 2020
@@ -106,6 +106,13 @@
         </developer>
     </developers>
 
-    <dependencies/>
+    <dependencies>
+        <dependency>
+            <groupId>net.sf.saxon</groupId>
+            <artifactId>Saxon-HE</artifactId>
+            <version>10.1</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org