invalid POM, why?

2007-08-15 Thread aldana
i am having problems with following dependency: dependency groupIdcom.sun.xml.stream.buffer/groupId artifactIdstreambuffer/artifactId version0.4/version /dependency it tells me that referenced pom is invalid: project modelVersion4.0.0/modelVersion

Re: invalid POM, why?

2007-08-15 Thread aldana
aldana wrote: i am having problems with following dependency: dependency groupIdcom.sun.xml.stream.buffer/groupId artifactIdstreambuffer/artifactId version0.4/version /dependency it tells me that referenced pom is invalid: project

Re: invalid POM, why?

2007-08-15 Thread John Casey
The problem is that this POM's dependencies do not have versions. They can inherit versions from a dependencyManagement section (in a parent POM or something), but this POM also doesn't specify a parent/ section (which would need the groupId, artifactId, and version of the parent POM).