svn commit: r1903488 - /xmlgraphics/fop/trunk/fop/pom.xml
[email protected] Wed, 17 Aug 2022 12:15:20 -0000
| Newsgroups | gmane.text.xml.fop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ssteiner
Date: Wed Aug 17 12:15:20 2022
New Revision: 1903488
URL: http://svn.apache.org/viewvc?rev=1903488&view=rev
Log:
revert 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=1903488&r1=1903487&r2=1903488&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop/pom.xml Wed Aug 17 12:15:20 2022
@@ -19,19 +19,16 @@
<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>