Jason van Zyl wrote:
<dependency>
  <groupId>foo</groupId>
  <artifactId>bar</artifactId>
  <version>1.0</version>
</dependency>

Is the way to declare dependencies.

Cool.


Do I interpret correctly that:

<dependency>
        <id>blop</id>
        <version>13.123231</version>
 </dependency>

Is a kind of shortcut for the following ?

<dependency>
        <groupId>blop</groupId>
        <artifactId>blop</artifactId>
        <version>13.123231</version>
 </dependency>


at least it seems so in b10.


Paul


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to