On Nov 22, 2006, at 1:30 PM, [EMAIL PROTECTED] wrote:
--- geronimo/server/trunk/testsuite/ejbcontainer-testsuite/test- ejbcontainer/src/test/resources/META-INF/junit-plan.xml (original) +++ geronimo/server/trunk/testsuite/ejbcontainer-testsuite/test- ejbcontainer/src/test/resources/META-INF/junit-plan.xml Wed Nov 22 13:30:40 2006
@@ -19,7 +19,7 @@
         <moduleId>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>${junitVersion}</version>
+            <version>3.8.1</version>
             <type>jar</type>
         </moduleId>
     </environment>

Do you need the version here? If the module deployed has this correctly in its pom with the right scope, then you should not need to specify it here.

In generally... I would like to avoid any hardcoded versions except those in the pom's dependencyManagement section.

Where is this plan used?

--jason

Reply via email to