I have added the junit dependence in pom.xml file as follows:

<dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>3.8.1</version>
                        <scope>test</scope>
</dependency>

When I run "mvn test" to run my junit test, I always get the error "package
org.junit does not exist". 
-- 
View this message in context: 
http://www.nabble.com/Counldn%27t-find-junit-package-tp15769349s177p15769349.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to