Project

General

Profile

« Previous | Next » 

Revision f99a438f

Added by Andreas Müller over 3 years ago

ref #9204 move junit and hamcrest (junit dependency) to pom and upgrade to 4.13

View differences:

.gitignore
116 116
eu.etaxonomy.taxeditor.printpublisher/lib/cdmlib-*.jar
117 117
eu.etaxonomy.taxeditor.test/lib/commons-dbcp-1.*.jar
118 118
eu.etaxonomy.taxeditor.test/lib/commons-pool-1.*.jar
119
eu.etaxonomy.taxeditor.cdmlib/lib/junit-4.*.jar
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
646 646
 lib/xsom-20140925.jar,
647 647
 lib/opencsv-2.3.jar,
648 648
 lib/jdbc4-2.0.jar,
649
 lib/junit-4.12.jar,
649
 lib/junit-4.13.jar,
650 650
 lib/jakarta-regexp-1.4.jar,
651 651
 lib/jandex-2.0.0.Final.jar,
652 652
 lib/javassist-3.27.0-GA.jar,
eu.etaxonomy.taxeditor.cdmlib/build.properties
86 86
               lib/xsom-20140925.jar,\
87 87
               lib/opencsv-2.3.jar,\
88 88
               lib/jdbc4-2.0.jar,\
89
               lib/junit-4.12.jar,\
89
               lib/junit-4.13.jar,\
90 90
               lib/jakarta-regexp-1.4.jar,\
91 91
               lib/jandex-2.0.0.Final.jar,\
92 92
               lib/javassist-3.27.0-GA.jar,\
eu.etaxonomy.taxeditor.cdmlib/pom.xml
75 75
                jaxb-api,javax.activation-api,
76 76
                c3p0,opencsv,joda-time,usertype.jodatime,usertype.spi,
77 77
                apache-log4j-extras,
78
                h2,mysql-connector-java,postgresql
78
                h2,mysql-connector-java,postgresql,
79
                junit,hamcrest
79 80
              </includeArtifactIds>
80 81
              <outputDirectory>
81 82
                ${basedir}/lib
......
608 609
    </dependency>
609 610
      
610 611
    <!-- For Unit Tests Start -->
612
	<!-- keep junit and its dependency hamcrest here as long as each plugin
613
	     has its own unit tests and they junit is not yet added there in a way
614
	     that it does not appear in production bundles -->
615
	<dependency>
616
        <groupId>junit</groupId>
617
        <artifactId>junit</artifactId>
618
        <version>4.13</version>
619
        <scope>test</scope>
620
    </dependency>
621
    <dependency>
622
        <groupId>org.hamcrest</groupId>
623
        <artifactId>hamcrest-core</artifactId>
624
        <version>1.3</version>
625
        <scope>test</scope>
626
    </dependency>
627
	
611 628
	<!-- still needed? -->
612 629

  
613 630
    <dependency>

Also available in: Unified diff