aboutsummaryrefslogtreecommitdiffstats
path: root/fop
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2022-08-17 12:15:20 +0000
committerSimon Steiner <ssteiner@apache.org>2022-08-17 12:15:20 +0000
commit96ed0cd419f9720dd6e1364a169df9cdd608b871 (patch)
treec2363477a86abaae4f964c8f89bbbeb002f9e585 /fop
parent3c703d08694112054889c0977ff8e69b06689156 (diff)
downloadxmlgraphics-fop-96ed0cd419f9720dd6e1364a169df9cdd608b871.tar.gz
xmlgraphics-fop-96ed0cd419f9720dd6e1364a169df9cdd608b871.zip
revert FOP-3088: Fop jar has all classes so should not pull other jars also
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1903488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop')
-rw-r--r--fop/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/fop/pom.xml b/fop/pom.xml
index 0b5a31c95..f00b6ca29 100644
--- a/fop/pom.xml
+++ b/fop/pom.xml
@@ -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>