Project

General

Profile

« Previous | Next » 

Revision 42972

updated to commons-lang3, excluded tons of clashing libs

View differences:

pom.xml
105 105
					<artifactId>commons-httpclient</artifactId>
106 106
					<groupId>commons-httpclient</groupId>
107 107
				</exclusion>
108

  
108
				<exclusion>
109
					<artifactId>jsch</artifactId>
110
					<groupId>com.jcraft</groupId>
111
				</exclusion>
112
				<exclusion>
113
					<artifactId>commons-beanutils</artifactId>
114
					<groupId>commons-beanutils</groupId>
115
				</exclusion>
116
				<exclusion>
117
					<artifactId>commons-lang</artifactId>
118
					<groupId>commons-lang</groupId>
119
				</exclusion>
120
				<exclusion>
121
					<artifactId>commons-logging</artifactId>
122
					<groupId>commons-logging</groupId>
123
				</exclusion>
124
				<exclusion>
125
					<artifactId>commons-net</artifactId>
126
					<groupId>commons-net</groupId>
127
				</exclusion>
128
				<exclusion>
129
					<artifactId>commons-compress</artifactId>
130
					<groupId>commons-compress</groupId>
131
				</exclusion>
109 132
			</exclusions>
110 133
		</dependency>
111 134
		<dependency>
......
133 156
					<artifactId>commons-httpclient</artifactId>
134 157
					<groupId>commons-httpclient</groupId>
135 158
				</exclusion>
159
				<exclusion>
160
					<artifactId>commons-net</artifactId>
161
					<groupId>commons-net</groupId>
162
				</exclusion>
163
				<exclusion>
164
					<artifactId>jackson-core-asl</artifactId>
165
					<groupId>org.codehaus.jackson</groupId>
166
				</exclusion>
167
				<exclusion>
168
					<artifactId>jackson-mapper-asl</artifactId>
169
					<groupId>org.codehaus.jackson</groupId>
170
				</exclusion>
171
				<exclusion>
172
					<artifactId>jetty</artifactId>
173
					<groupId>org.mortbay.jetty</groupId>
174
				</exclusion>
175
				<exclusion>
176
					<artifactId>jetty-util</artifactId>
177
					<groupId>org.mortbay.jetty</groupId>
178
				</exclusion>
179
				<exclusion>
180
					<artifactId>jsp-2.1</artifactId>
181
					<groupId>org.mortbay.jetty</groupId>
182
				</exclusion>
136 183
			</exclusions>
137 184
		</dependency>
138 185
		<dependency>
......
161 208
					<artifactId>guava</artifactId>
162 209
					<groupId>com.google.guava</groupId>
163 210
				</exclusion>
211
				<exclusion>
212
					<artifactId>commons-lang</artifactId>
213
					<groupId>commons-lang</groupId>
214
				</exclusion>
215
				<exclusion>
216
					<artifactId>commons-logging</artifactId>
217
					<groupId>commons-logging</groupId>
218
				</exclusion>
219
				<exclusion>
220
					<artifactId>jackson-core-asl</artifactId>
221
					<groupId>org.codehaus.jackson</groupId>
222
				</exclusion>
223
				<exclusion>
224
					<artifactId>jackson-mapper-asl</artifactId>
225
					<groupId>org.codehaus.jackson</groupId>
226
				</exclusion>
227
				<exclusion>
228
					<artifactId>jetty</artifactId>
229
					<groupId>org.mortbay.jetty</groupId>
230
				</exclusion>
231
				<exclusion>
232
					<artifactId>jetty-util</artifactId>
233
					<groupId>org.mortbay.jetty</groupId>
234
				</exclusion>
235
				<exclusion>
236
					<artifactId>jsp-2.1</artifactId>
237
					<groupId>org.mortbay.jetty</groupId>
238
				</exclusion>
239

  
164 240
			</exclusions>
165 241
		</dependency>
166 242
        <dependency>
......
215 291
					<artifactId>commons-httpclient</artifactId>
216 292
					<groupId>commons-httpclient</groupId>
217 293
				</exclusion>
294
				<exclusion>
295
					<artifactId>commons-lang</artifactId>
296
					<groupId>commons-lang</groupId>
297
				</exclusion>
298
				<exclusion>
299
					<artifactId>commons-logging</artifactId>
300
					<groupId>commons-logging</groupId>
301
				</exclusion>
302
				<exclusion>
303
					<artifactId>jackson-core-asl</artifactId>
304
					<groupId>org.codehaus.jackson</groupId>
305
				</exclusion>
306
				<exclusion>
307
					<artifactId>jackson-mapper-asl</artifactId>
308
					<groupId>org.codehaus.jackson</groupId>
309
				</exclusion>
310
				<exclusion>
311
					<artifactId>jetty</artifactId>
312
					<groupId>org.mortbay.jetty</groupId>
313
				</exclusion>
314
				<exclusion>
315
					<artifactId>jetty-util</artifactId>
316
					<groupId>org.mortbay.jetty</groupId>
317
				</exclusion>
318
				<exclusion>
319
					<artifactId>jsp-2.1</artifactId>
320
					<groupId>org.mortbay.jetty</groupId>
321
				</exclusion>
322
				
218 323
			</exclusions>
219 324
		</dependency>
220 325
		<dependency>

Also available in: Unified diff