svn commit: r1903486 - /xmlgraphics/fop/trunk/fop/pom.xml
[email protected] Wed, 17 Aug 2022 11:29:37 -0000
| Newsgroups | gmane.text.xml.fop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ssteiner
Date: Wed Aug 17 11:29:37 2022
New Revision: 1903486
URL: http://svn.apache.org/viewvc?rev=1903486&view=rev
Log:
FOP-3088: Fop jar has all classes so should not pull other jars also
Modified:
xmlgraphics/fop/trunk/fop/pom.xml
Modified: xmlgraphics/fop/trunk/fop/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop/pom.xml?rev=1903486&r1=1903485&r2=1903486&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop/pom.xml Wed Aug 17 11:29:37 2022
@@ -19,16 +19,19 @@
<groupId>${project.groupId}</groupId>
<artifactId>fop-util</artifactId>
<version>${project.version}</version>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>fop-events</artifactId>
<version>${project.version}</version>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>fop-core</artifactId>
<version>${project.version}</version>
+ <optional>true</optional>
</dependency>
<!-- test deps -->
<dependency>