File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 32
32
<properties >
33
33
<dom4j .version>2.1.3</dom4j .version>
34
34
<jaxen .version>1.2.0</jaxen .version>
35
+ <stax2 .version>4.2.2</stax2 .version>
35
36
</properties >
36
37
37
38
<dependencyManagement >
52
53
<artifactId >jaxen</artifactId >
53
54
<version >${jaxen.version} </version >
54
55
</dependency >
56
+ <dependency >
57
+ <groupId >org.codehaus.woodstox</groupId >
58
+ <artifactId >stax2-api</artifactId >
59
+ <version >${stax2.version} </version >
60
+ </dependency >
55
61
<dependency >
56
62
<groupId >org.dom4j</groupId >
57
63
<artifactId >dom4j</artifactId >
Original file line number Diff line number Diff line change 63
63
</includes >
64
64
<outputDirectory >lib/core</outputDirectory >
65
65
</dependencySet >
66
+ <dependencySet >
67
+ <includes >
68
+ <include >org.codehaus.woodstox:stax2-api:jar</include >
69
+ </includes >
70
+ <outputDirectory >lib/core</outputDirectory >
71
+ </dependencySet >
66
72
</dependencySets >
67
73
</assembly >
You can’t perform that action at this time.
0 commit comments