[dna-commits] DNA SVN: r354 - in trunk/sequencers: dna-sequencer-msoffice and 1 other directory.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Jul 14 16:33:24 EDT 2008


Author: jverhaeg at redhat.com
Date: 2008-07-14 16:33:23 -0400 (Mon, 14 Jul 2008)
New Revision: 354

Modified:
   trunk/sequencers/dna-sequencer-mp3/pom.xml
   trunk/sequencers/dna-sequencer-msoffice/pom.xml
Log:
Changed dependency on JUnit to use dependency defined in parent pom

Modified: trunk/sequencers/dna-sequencer-mp3/pom.xml
===================================================================
--- trunk/sequencers/dna-sequencer-mp3/pom.xml	2008-07-14 20:24:57 UTC (rev 353)
+++ trunk/sequencers/dna-sequencer-mp3/pom.xml	2008-07-14 20:33:23 UTC (rev 354)
@@ -28,8 +28,7 @@
    </dependency>
     <dependency>
       <groupId>junit</groupId>
-      <artifactId>junit-dep</artifactId>
-      <version>4.4</version>
+      <artifactId>junit</artifactId>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Modified: trunk/sequencers/dna-sequencer-msoffice/pom.xml
===================================================================
--- trunk/sequencers/dna-sequencer-msoffice/pom.xml	2008-07-14 20:24:57 UTC (rev 353)
+++ trunk/sequencers/dna-sequencer-msoffice/pom.xml	2008-07-14 20:33:23 UTC (rev 354)
@@ -40,8 +40,7 @@
     </dependency>
     <dependency>
       <groupId>junit</groupId>
-      <artifactId>junit-dep</artifactId>
-      <version>4.4</version>
+      <artifactId>junit</artifactId>
     </dependency>
     <!-- 
     Logging (require SLF4J API for compiling, but use Log4J and its SLF4J binding for testing) 




More information about the dna-commits mailing list