File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 84
84
<groupId >org.slf4j</groupId >
85
85
<artifactId >log4j-over-slf4j</artifactId >
86
86
</exclusion >
87
+ <exclusion >
88
+ <groupId >woodstox</groupId >
89
+ <artifactId >wstx-asl</artifactId >
90
+ </exclusion >
87
91
</exclusions >
88
92
</dependency >
89
93
<dependency >
92
96
<version >${fcrepo.version} </version >
93
97
<type >jar</type >
94
98
<scope >compile</scope >
99
+ <exclusions >
100
+ <exclusion >
101
+ <groupId >woodstox</groupId >
102
+ <artifactId >wstx-asl</artifactId >
103
+ </exclusion >
104
+ </exclusions >
95
105
</dependency >
96
106
<dependency >
97
107
<groupId >org.fcrepo</groupId >
104
114
<groupId >org.slf4j</groupId >
105
115
<artifactId >log4j-over-slf4j</artifactId >
106
116
</exclusion >
117
+ <exclusion >
118
+ <groupId >woodstox</groupId >
119
+ <artifactId >wstx-asl</artifactId >
120
+ </exclusion >
107
121
</exclusions >
108
122
</dependency >
109
123
<dependency >
151
165
<artifactId >concurrentlinkedhashmap-lru</artifactId >
152
166
<version >1.3.2</version >
153
167
</dependency >
168
+ <dependency >
169
+ <groupId >org.codehaus.woodstox</groupId >
170
+ <artifactId >wstx-asl</artifactId >
171
+ <version >3.0.0</version >
172
+ </dependency >
154
173
</dependencies >
155
174
</project >
Original file line number Diff line number Diff line change 103
103
<groupId >org.slf4j</groupId >
104
104
<artifactId >log4j-over-slf4j</artifactId >
105
105
</exclusion >
106
+ <exclusion >
107
+ <groupId >woodstox</groupId >
108
+ <artifactId >wstx-asl</artifactId >
109
+ </exclusion >
106
110
</exclusions >
107
111
</dependency >
108
112
<dependency >
136
140
<artifactId >staging-areas</artifactId >
137
141
<version >0.0.1-SNAPSHOT</version >
138
142
</dependency >
143
+ <dependency >
144
+ <groupId >org.codehaus.woodstox</groupId >
145
+ <artifactId >wstx-asl</artifactId >
146
+ <version >3.0.0</version >
147
+ </dependency >
139
148
</dependencies >
140
149
</project >
Original file line number Diff line number Diff line change 73
73
<properties >
74
74
<cdr .version>3.4-SNAPSHOT</cdr .version>
75
75
<spring .version>3.2.13.RELEASE</spring .version>
76
- <fcrepo .version>3.8.0 </fcrepo .version>
76
+ <fcrepo .version>3.8.1 </fcrepo .version>
77
77
<spring .security.version>3.2.13.RELEASE</spring .security.version>
78
78
<spring .ws.version>2.1.4.RELEASE</spring .ws.version>
79
79
<spring .tiger.ws.version>1.5.10</spring .tiger.ws.version>
You can’t perform that action at this time.
0 commit comments