File tree 1 file changed +9
-14
lines changed
1 file changed +9
-14
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 >
83
- <version >2.8</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 >
82
+ <artifactId >fop-core</artifactId >
83
+ <version >2.9</version >
84
+ </dependency >
85
+
86
+ <dependency >
87
+ <groupId >org.apache.xmlgraphics</groupId >
88
+ <artifactId >fop-events</artifactId >
89
+ <version >2.9</version >
95
90
</dependency >
96
91
97
92
<dependency >
98
93
<groupId >org.apache.xmlgraphics</groupId >
99
94
<artifactId >xmlgraphics-commons</artifactId >
100
- <version >2.8 </version >
95
+ <version >2.9 </version >
101
96
</dependency >
102
97
103
98
<dependency >
You can’t perform that action at this time.
0 commit comments