Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338976

Summary: missing version in dependency should be marked appropriately
Product: z_Archived Reporter: Pascal Rapicault <pascal>
Component: m2eAssignee: Project Inbox <m2e.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: vladt
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Pascal Rapicault CLA 2011-03-04 16:41:19 EST
When the following markup is input to m2e, the error marker is on the root node.
  	<dependency>
  		<artifactId>spring-core</artifactId>
  		<groupId>org.springframework</groupId>
  		<version></version>
  		<exclusions>
  			<exclusion>
  				<artifactId>commons-logging</artifactId>
  				<groupId>commons-logging</groupId>
  			</exclusion>
  		</exclusions>
  	</dependency>
Comment 1 Pascal Rapicault CLA 2011-03-04 16:49:59 EST
Patch released in HEAD.
Comment 2 Paul Tatavu CLA 2011-03-07 18:00:54 EST
Fixed the case when the MavenProblem points to a parent file and fixed the unit tests.
Comment 3 Denis Roy CLA 2021-04-19 13:24:36 EDT
Moved to https://github.com/eclipse-m2e/m2e-core/issues/