invalid POM, why?

2007-08-15 Thread aldana
i am having problems with following dependency: com.sun.xml.stream.buffer streambuffer 0.4 it tells me that referenced pom is invalid: 4.0.0 com.sun.xml.stream.buffer streambuffer 0.4 org.jvnet.staxex stax-ex activation acti

Re: invalid POM, why?

2007-08-15 Thread aldana
aldana wrote: > > i am having problems with following dependency: > > > com.sun.xml.stream.buffer > streambuffer > 0.4 > > > it tells me that referenced pom is invalid: > > > 4.0.0 > com.sun.xml.stream.buffer > streambuffer > 0.4 > > > org.jvnet.sta

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 > section (which would need the groupId, artifactId, and version of the parent POM). Cheers, -