File tree Expand file tree Collapse file tree 3 files changed +1
-29
lines changed Expand file tree Collapse file tree 3 files changed +1
-29
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 >
91
87
</exclusions >
92
88
</dependency >
93
89
<dependency >
96
92
<version >${fcrepo.version} </version >
97
93
<type >jar</type >
98
94
<scope >compile</scope >
99
- <exclusions >
100
- <exclusion >
101
- <groupId >woodstox</groupId >
102
- <artifactId >wstx-asl</artifactId >
103
- </exclusion >
104
- </exclusions >
105
95
</dependency >
106
96
<dependency >
107
97
<groupId >org.fcrepo</groupId >
114
104
<groupId >org.slf4j</groupId >
115
105
<artifactId >log4j-over-slf4j</artifactId >
116
106
</exclusion >
117
- <exclusion >
118
- <groupId >woodstox</groupId >
119
- <artifactId >wstx-asl</artifactId >
120
- </exclusion >
121
107
</exclusions >
122
108
</dependency >
123
109
<dependency >
165
151
<artifactId >concurrentlinkedhashmap-lru</artifactId >
166
152
<version >1.3.2</version >
167
153
</dependency >
168
- <dependency >
169
- <groupId >org.codehaus.woodstox</groupId >
170
- <artifactId >wstx-asl</artifactId >
171
- <version >3.0.0</version >
172
- </dependency >
173
154
</dependencies >
174
155
</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 >
110
106
</exclusions >
111
107
</dependency >
112
108
<dependency >
140
136
<artifactId >staging-areas</artifactId >
141
137
<version >0.0.1-SNAPSHOT</version >
142
138
</dependency >
143
- <dependency >
144
- <groupId >org.codehaus.woodstox</groupId >
145
- <artifactId >wstx-asl</artifactId >
146
- <version >3.0.0</version >
147
- </dependency >
148
139
</dependencies >
149
140
</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.1 </fcrepo .version>
76
+ <fcrepo .version>3.8.0 </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