Yes. i can see the junit-4.8.1.jar in "Maven Dependencies" of my eclipse
project. so i am sure the maven did download the 4.8.1 jar.



Tony Chemit wrote:
> 
> Le Wed, 28 Apr 2010 09:59:05 +0200,
> Dirk Olmes <d...@xanthippe.ping.de> a écrit :
> 
>> On 04/28/2010 08:46 AM, ykyuen wrote:
>> > 
>> > 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?
> When you have this error, is it in a IDEA ? or when you launch a maven
> build ?
> 
>> 
>> No, it's just that JUnit 4.8.1 isn't available in the central repo (for
>> now).
> 
> I can see it on central here : 
> 
> http://repo1.maven.org/maven2/junit/junit/4.8.1/ 
> 
>> 
>> -dirk
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>> 
> 
> 
> 
> -- 
> Tony Chemit
> --------------------
> tél: +33 (0) 2 40 50 29 28
> email: che...@codelutin.com  
> http://www.codelutin.com 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/junit-4.8.1---org.junit-cannot-be-resolved-tp28385338p28386045.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