Subversion Repositories SmartDukaan

Rev

Rev 16322 | Rev 17783 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16322 Rev 16852
Line 283... Line 283...
283
  </profiles>
283
  </profiles>
284
  
284
  
285
  <dependencies>
285
  <dependencies>
286
	<!-- Servlet API is only required at compile time. It
286
	<!-- Servlet API is only required at compile time. It
287
	 should be provided by the container at the run time. -->
287
	 should be provided by the container at the run time. -->
288
    <dependency>
288
<dependency>
289
      <groupId>readonly.apache</groupId>
289
	<groupId>javax.servlet</groupId>
290
      <artifactId>servlet-api</artifactId>
290
	<artifactId>javax.servlet-api</artifactId>
291
      <version>2.5</version>
291
	<version>3.0.1</version>
-
 
292
</dependency>
-
 
293
 
-
 
294
<dependency>
292
      <scope>provided</scope>
295
	<groupId>commons-codec</groupId>
-
 
296
	<artifactId>commons-codec</artifactId>
-
 
297
	<version>1.10</version>
293
    </dependency>
298
</dependency>
-
 
299
 
-
 
300
 
294
    
301
    
295
	<!-- Internal Dependencies -->
302
	<!-- Internal Dependencies -->
296
    <dependency>
303
	    <dependency>
297
      <groupId>in.shop2020</groupId>
304
	      <groupId>in.shop2020</groupId>
298
      <artifactId>ThriftConfig</artifactId>
305
	      <artifactId>ThriftConfig</artifactId>
299
      <version>1.0-SNAPSHOT</version>
306
	      <version>1.0-SNAPSHOT</version>
300
    </dependency>
307
	    </dependency>
301
    <dependency>
308
	    <dependency>
302
      <groupId>in.shop2020</groupId>
309
	      <groupId>in.shop2020</groupId>
303
      <artifactId>Common</artifactId>
310
	      <artifactId>Common</artifactId>
304
      <version>1.0-SNAPSHOT</version>
311
	      <version>1.0-SNAPSHOT</version>
305
    </dependency>
312
	    </dependency>
306
    
313
    
307
	<!-- All the other dependencies. -->
314
	<!-- All the other dependencies. -->
308
	<dependency>
315
 
309
      <groupId>readonly.apache</groupId>
-
 
310
      <artifactId>commons-codec</artifactId>
-
 
311
      <version>1.4</version>
-
 
312
    </dependency>
-
 
313
    <dependency>
-
 
314
      <groupId>readonly.apache</groupId>
-
 
315
      <artifactId>commons-collections</artifactId>
-
 
316
      <version>3.2.1</version>
-
 
317
    </dependency>
-
 
318
    <dependency>
-
 
319
      <groupId>readonly.apache</groupId>
-
 
320
      <artifactId>commons-digester</artifactId>
-
 
321
      <version>2.0</version>
-
 
322
    </dependency>
-
 
323
    <dependency>
-
 
324
      <groupId>commons-fileupload</groupId>
-
 
325
      <artifactId>commons-fileupload</artifactId>
-
 
326
      <version>1.3.1</version>
-
 
327
    </dependency>
-
 
328
    <dependency>
-
 
329
      <groupId>readonly.apache</groupId>
-
 
330
      <artifactId>commons-io</artifactId>
-
 
331
      <version>1.3.2</version>
-
 
332
    </dependency>
-
 
333
    <dependency>
-
 
334
      <groupId>readonly.apache</groupId>
-
 
335
      <artifactId>commons-lang</artifactId>
-
 
336
      <version>2.4</version>
-
 
337
    </dependency>
-
 
338
    <dependency>
-
 
339
      <groupId>readonly.apache</groupId>
-
 
340
      <artifactId>commons-logging</artifactId>
-
 
341
      <version>1.0.4</version>
-
 
342
    </dependency>
-
 
343
    <dependency>
-
 
344
      <groupId>readonly.apache</groupId>
-
 
345
      <artifactId>commons-logging-api</artifactId>
-
 
346
      <version>1.1</version>
-
 
347
    </dependency>
-
 
348
    <dependency>
-
 
349
      <groupId>readonly.apache</groupId>
-
 
350
      <artifactId>commons-validator</artifactId>
-
 
351
      <version>1.3.1</version>
-
 
352
    </dependency>
-
 
353
    <dependency>
316
 
354
      <groupId>readonly.apache</groupId>
-
 
355
      <artifactId>ezmorph</artifactId>
-
 
356
      <version>1.0.3</version>
-
 
357
    </dependency>
-
 
358
    <dependency>
317
    <dependency>
359
      <groupId>readonly.apache</groupId>
318
      <groupId>readonly.apache</groupId>
360
      <artifactId>json-lib</artifactId>
-
 
361
      <version>2.1-jdk15</version>
-
 
362
    </dependency>
-
 
363
    <dependency>
-
 
364
      <groupId>readonly.apache</groupId>
-
 
365
      <artifactId>jsp-api</artifactId>
-
 
366
      <version>2.1</version>
-
 
367
    </dependency>
-
 
368
    <dependency>
-
 
369
      <groupId>readonly.apache</groupId>
-
 
370
      <artifactId>log4j</artifactId>
319
      <artifactId>velocity</artifactId>
371
      <version>1.2.16</version>
320
      <version>1.6.3</version>
372
    </dependency>
321
    </dependency>
373
    <dependency>
322
    <dependency>
374
      <groupId>readonly.apache</groupId>
323
      <groupId>readonly.apache</groupId>
375
      <artifactId>ognl</artifactId>
324
      <artifactId>velocity-tools</artifactId>
376
      <version>2.7.3</version>
325
      <version>1.4</version>
377
    </dependency>
326
    </dependency>
378
    <dependency>
327
    <dependency>
379
      <groupId>readonly.apache.struts</groupId>
328
      <groupId>org.apache.struts</groupId>
380
      <artifactId>struts2-convention-plugin</artifactId>
329
      <artifactId>struts2-convention-plugin</artifactId>
381
      <version>2.1.8.1</version>
330
      <version>2.3.24</version>
382
    </dependency>
-
 
383
    <dependency>
-
 
384
      <groupId>readonly.apache.struts</groupId>
-
 
385
      <artifactId>struts2-core</artifactId>
-
 
386
      <version>2.1.8.1</version>
-
 
387
    </dependency>
331
    </dependency>
-
 
332
<dependency>
-
 
333
	<groupId>org.apache.struts</groupId>
-
 
334
	<artifactId>struts2-core</artifactId>
-
 
335
	<version>2.3.24</version>
-
 
336
</dependency>
-
 
337
 
388
    <dependency>
338
    <dependency>
389
      <groupId>readonly.apache.struts</groupId>
339
      <groupId>org.apache.struts</groupId>
390
      <artifactId>struts2-rest-plugin</artifactId>
340
      <artifactId>struts2-rest-plugin</artifactId>
391
      <version>2.1.8.1</version>
-
 
392
    </dependency>
-
 
393
    <dependency>
-
 
394
      <groupId>readonly.apache.struts</groupId>
-
 
395
      <artifactId>xstream</artifactId>
-
 
396
      <version>1.2.2</version>
341
      <version>2.3.24</version>
397
    </dependency>
-
 
398
    <dependency>
-
 
399
      <groupId>readonly.apache.struts</groupId>
-
 
400
      <artifactId>xwork-core</artifactId>
-
 
401
      <version>2.1.6</version>
-
 
402
    </dependency>
342
    </dependency>
-
 
343
<dependency>
-
 
344
	<groupId>org.apache.struts.xwork</groupId>
-
 
345
	<artifactId>xwork-core</artifactId>
-
 
346
	<version>2.3.24</version>
-
 
347
</dependency>
-
 
348
 
403
    <dependency>
349
    <dependency>
404
  		<groupId>org.apache.thrift</groupId>
350
  		<groupId>org.apache.thrift</groupId>
405
  		<artifactId>libthrift</artifactId>
351
  		<artifactId>libthrift</artifactId>
406
  		<version>0.9.2</version>
352
  		<version>0.9.2</version>
407
        <exclusions>
353
        <exclusions>
Line 410... Line 356...
410
  			<artifactId>commons-codec</artifactId>
356
  			<artifactId>commons-codec</artifactId>
411
        </exclusion>
357
        </exclusion>
412
        </exclusions>
358
        </exclusions>
413
	</dependency>
359
	</dependency>
414
    <dependency>
360
    <dependency>
415
      <groupId>readonly.apache</groupId>
-
 
416
      <artifactId>velocity</artifactId>
-
 
417
      <version>1.6.3</version>
-
 
418
    </dependency>
-
 
419
    <dependency>
-
 
420
      <groupId>readonly.apache</groupId>
-
 
421
      <artifactId>velocity-tools</artifactId>
-
 
422
      <version>1.4</version>
-
 
423
    </dependency>
-
 
424
    <dependency>
-
 
425
      <groupId>readonly.apache</groupId>
-
 
426
      <artifactId>xpp3_min</artifactId>
-
 
427
      <version>1.1.3.4.O</version>
-
 
428
    </dependency>
-
 
429
    <dependency>
-
 
430
      <groupId>readonly</groupId>
-
 
431
      <artifactId>freemarker</artifactId>
-
 
432
      <version>2.3.15</version>
-
 
433
    </dependency>
-
 
434
    <dependency>
-
 
435
      <groupId>readonly.slf4j</groupId>
-
 
436
      <artifactId>slf4j-api</artifactId>
-
 
437
      <version>1.5.8</version>
-
 
438
    </dependency>
-
 
439
    <dependency>
-
 
440
      <groupId>readonly.slf4j</groupId>
-
 
441
      <artifactId>slf4j-simple</artifactId>
-
 
442
      <version>1.5.8</version>
-
 
443
    </dependency>
-
 
444
    <dependency>
-
 
445
      <groupId>readonly</groupId>
361
      <groupId>readonly</groupId>
446
      <artifactId>hdfc-payment</artifactId>
362
      <artifactId>hdfc-payment</artifactId>
447
      <version>2.0</version>
363
      <version>2.0</version>
448
    </dependency>
364
    </dependency>
449
    <dependency>
365
    <dependency>