Yes, it is because I do not have <type>ejb</type> specified. Thanks, Rice
On Mon, Oct 20, 2008 at 11:01 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Mon, Oct 20, 2008 at 7:57 AM, Rice Yeh <[EMAIL PROTECTED]> wrote: > > I am using maven 2.0.9 to setup my seam project. I have my project's > > parent set to org.jboss.seam.root. In the pom.xml for > org.jboss.seam.root, > > the version for jboss-seam has been set to 2.1.0.CR1 in > > dependencyManagement. Hence, I do not have add version element to the > > dependency of jboss-seam on my project. However, a error > > "dependencies.dependency.version is missing" occurs. For the other > > dependencies, there is no such problems. I check all dependencies, > > jboss-seam is packaged as ejb. Does this package cause this problem? Any > > clue? > > Have you specified <type>ejb</type> for the dependency? > > > http://maven.apache.org/plugins/maven-ejb-plugin/examples/ejb-client-dependency.html > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
