Project

General

Profile

« Previous | Next » 

Revision 5e0fb4cb

Added by Andreas Müller almost 8 years ago

Fix compile bug in vaadin

View differences:

pom.xml
444 444
      <version>4.11</version>
445 445
      <scope>test</scope>
446 446
    </dependency>
447
    <!-- unitils dependencies - start -->
448
<!--     <dependency> -->
449
<!--       <groupId>org.unitils</groupId> -->
450
<!--       <artifactId>unitils-core</artifactId> -->
451
<!--       <version>${unitils.version}</version> -->
452
<!--       <scope>test</scope> -->
453
<!--     </dependency> -->
454
<!--     <dependency> -->
455
<!--       <groupId>org.unitils</groupId> -->
456
<!--       <artifactId>unitils-database</artifactId> -->
457
<!--       <version>${unitils.version}</version> -->
458
<!--       <scope>test</scope> -->
459
<!--       <exclusions> -->
460
<!--         <exclusion> -->
461
<!--           <groupId>org.springframework</groupId> -->
462
<!--           <artifactId>spring-jdbc</artifactId> -->
463
<!--         </exclusion> -->
464
<!--       </exclusions> -->
465
<!--     </dependency> -->
466
<!--     <dependency> -->
467
<!--       <groupId>org.unitils</groupId> -->
468
<!--       <artifactId>unitils-dbmaintainer</artifactId> -->
469
<!--       <version>${unitils.version}</version> -->
470
<!--       <scope>test</scope> -->
471
<!--       <exclusions> -->
472
<!--         <exclusion> -->
473
<!--           <groupId>org.hibernate</groupId> -->
474
<!--           <artifactId>hibernate</artifactId> -->
475
<!--         </exclusion> -->
476
<!--       </exclusions> -->
477
<!--     </dependency> -->
478
<!--     <dependency> -->
479
<!--       <groupId>org.unitils</groupId> -->
480
<!--       <artifactId>unitils-dbunit</artifactId> -->
481
<!--       <version>${unitils.version}</version> -->
482
<!--       <scope>test</scope> -->
483
<!--       <exclusions> -->
484
<!--         <exclusion> -->
485
<!--           <groupId>org.springframework</groupId> -->
486
<!--           <artifactId>spring-core</artifactId> -->
487
<!--         </exclusion> -->
488
<!--         <exclusion> -->
489
<!--           <groupId>org.springframework</groupId> -->
490
<!--           <artifactId>spring-jdbc</artifactId> -->
491
<!--         </exclusion> -->
492
<!--         <exclusion> -->
493
<!--           <groupId>org.springframework</groupId> -->
494
<!--           <artifactId>spring-beans</artifactId> -->
495
<!--         </exclusion> -->
496
<!--       </exclusions> -->
497
<!--     </dependency> -->
498
<!--     <dependency> -->
499
<!--       <groupId>org.unitils</groupId> -->
500
<!--       <artifactId>unitils-easymock</artifactId> -->
501
<!--       <version>${unitils.version}</version> -->
502
<!--       <scope>test</scope> -->
503
<!--     </dependency> -->
504
<!--     <dependency> -->
505
<!--       <groupId>org.unitils</groupId> -->
506
<!--       <artifactId>unitils-mock</artifactId> -->
507
<!--       <version>${unitils.version}</version> -->
508
<!--       <scope>test</scope> -->
509
<!--     </dependency> -->
510
<!--     <dependency> -->
511
<!--       <groupId>org.unitils</groupId> -->
512
<!--       <artifactId>unitils-inject</artifactId> -->
513
<!--       <version>${unitils.version}</version> -->
514
<!--       <scope>test</scope> -->
515
<!--     </dependency> -->
516
<!--     <dependency> -->
517
<!--       <groupId>org.unitils</groupId> -->
518
<!--       <artifactId>unitils-orm</artifactId> -->
519
<!--       <version>${unitils.version}</version> -->
520
<!--        <scope>test</scope> -->
521
<!--       <exclusions> -->
522
<!--      <exclusion> -->
523
<!--        <artifactId>*</artifactId> -->
524
<!--        <groupId>org.springframework</groupId> -->
525
<!--      </exclusion> -->
526
<!--      <exclusion> -->
527
<!--        <artifactId>persistence-api</artifactId> -->
528
<!--        <groupId>javax.persistence</groupId> -->
529
<!--      </exclusion> -->
530
<!--      <exclusion> -->
531
<!--        <artifactId>hibernate</artifactId> -->
532
<!--        <groupId>org.hibernate</groupId> -->
533
<!--      </exclusion> -->
534
<!--    </exclusions> -->
535
<!--     </dependency>  -->
536
<!--     <dependency> -->
537
<!--       <groupId>org.unitils</groupId> -->
538
<!--       <artifactId>unitils-spring</artifactId> -->
539
<!--       <version>${unitils.version}</version> -->
540
<!--       <scope>test</scope> -->
541
<!--       <exclusions> -->
542
<!--         <exclusion> -->
543
<!--           <groupId>org.springframework</groupId> -->
544
<!--           <artifactId>spring-core</artifactId> -->
545
<!--         </exclusion> -->
546
<!--         <exclusion> -->
547
<!--           <groupId>org.springframework</groupId> -->
548
<!--           <artifactId>spring-context</artifactId> -->
549
<!--         </exclusion> -->
550
<!--         <exclusion> -->
551
<!--           <groupId>org.springframework</groupId> -->
552
<!--           <artifactId>spring-beans</artifactId> -->
553
<!--         </exclusion> -->
554
<!--         <exclusion> -->
555
<!--           <groupId>org.springframework</groupId> -->
556
<!--           <artifactId>spring-test</artifactId> -->
557
<!--         </exclusion> -->
558
<!--         <exclusion> -->
559
<!--           <groupId>org.springframework</groupId> -->
560
<!--           <artifactId>spring-tx</artifactId> -->
561
<!--         </exclusion> -->
562
<!--       </exclusions> -->
563
<!--     </dependency> -->
564
<!--     <dependency> -->
565
<!--       <groupId>org.easymock</groupId> -->
566
<!--       <artifactId>easymock</artifactId> -->
567
<!--       <version>3.1</version> -->
568
<!--       <scope>test</scope> -->
569
<!--     </dependency> -->
570
<!--     <dependency> -->
571
<!--       <groupId>xmlunit</groupId> -->
572
<!--       <artifactId>xmlunit</artifactId> -->
573
<!--       <version>1.4</version> -->
574
<!--       <scope>test</scope> -->
575
<!--     </dependency> -->
576
<!--     <dependency> -->
577
<!--       <groupId>org.dbunit</groupId> -->
578
<!--       <artifactId>dbunit</artifactId> -->
579
<!--       <version>2.4.9</version> -->
580
<!--       <scope>test</scope> -->
581
<!--     </dependency> -->
582
<!--     <dependency> -->
583
<!--       <groupId>commons-dbcp</groupId> -->
584
<!--       <artifactId>commons-dbcp</artifactId> -->
585
<!--       <version>1.4</version> -->
586
<!--       <scope>test</scope> -->
587
<!--     </dependency> -->
588
    <!-- unitils dependencies - end -->
589 447
    <dependency>
590 448
      <groupId>org.slf4j</groupId>
591 449
      <artifactId>slf4j-log4j12</artifactId>

Also available in: Unified diff