File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 79
79
80
80
<dependency >
81
81
<groupId >org.apache.xmlgraphics</groupId >
82
- <artifactId >fop</artifactId >
82
+ <artifactId >fop-core </artifactId >
83
83
<version >2.9</version >
84
- <exclusions >
85
- <!--
86
- fop-core depends on javax.servlet:servlet-api:jar:2.2
87
- which conflicts with javax.servlet:javax.servlet-api:jar:3.1.0
88
- used by eXist-db
89
- -->
90
- <exclusion >
91
- <groupId >javax.servlet</groupId >
92
- <artifactId >servlet-api</artifactId >
93
- </exclusion >
94
- </exclusions >
84
+ </dependency >
85
+
86
+ <dependency >
87
+ <groupId >org.apache.xmlgraphics</groupId >
88
+ <artifactId >fop-events</artifactId >
89
+ <version >2.9</version >
90
+ </dependency >
91
+
92
+ <dependency >
93
+ <groupId >org.apache.xmlgraphics</groupId >
94
+ <artifactId >fop-util</artifactId >
95
+ <version >2.9</version >
96
+ <scope >runtime</scope >
95
97
</dependency >
96
98
97
99
<dependency >
98
100
<groupId >org.apache.xmlgraphics</groupId >
99
101
<artifactId >xmlgraphics-commons</artifactId >
100
- <version >2.8 </version >
102
+ <version >2.9 </version >
101
103
</dependency >
102
104
103
105
<dependency >
You can’t perform that action at this time.
0 commit comments