i try to use junit 4.8.1 in my maven project by adding the following
dependency in the pom.xml
<dependency>
   <groupId>junit</groupId>
   <artifactId>junit</artifactId>
   <version>4.8.1</version>
   <scope>test</scope>
</dependency>

when i try to write the test case, the org.junit cannot be resolved(i.e.
error at "import org.junit.Assert"). but if i change the junit version to
4.7. no problem at all.

did i do anything wrong?

Thanks.
Kit










-- 
View this message in context: 
http://old.nabble.com/junit-4.8.1---org.junit-cannot-be-resolved-tp28385338p28385338.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to