<div class="gmail_quote">On Thu, Mar 31, 2011 at 11:58, Dan Allen <span dir="ltr">&lt;<a href="mailto:dan.j.allen@gmail.com">dan.j.allen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="gmail_quote"><div class="im">On Thu, Mar 31, 2011 at 11:40, Sebastian E. Ovide <span dir="ltr">&lt;<a href="mailto:sebastian.ovide@gmail.com" target="_blank">sebastian.ovide@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi All,<br><br>I&#39;ve just updated my pom replacing 3.0.0.Alpha3 with 3.0.0.Final and I&#39;ve got a couple of errors.<br><br>I&#39;ve fixed the first error just adding <br><br>        &lt;dependency&gt;<br>            &lt;groupId&gt;joda-time&lt;/groupId&gt;<br>





            &lt;artifactId&gt;joda-time&lt;/artifactId&gt;<br>            &lt;version&gt;1.6.2&lt;/version&gt;<br>        &lt;/dependency&gt;<br><br><br>is is ok to define seam dependencies manually ? should not that dependency been part of seam ?<br>



</blockquote><div><br></div></div><div>Absolutely you can define dependencies manually. The seam-bom is there to save you from having to worry about the versions (and for us to communicate the recommended versions). Joda time is in the seam-bom:</div>


<div><br></div><div>&lt;properties&gt;</div><div>...</div><div>&lt;joda.time.version&gt;1.6&lt;/joda.time.version&gt;</div><div>...</div><div>&lt;/properties&gt;</div><div><br></div><div><div class="im"><div>         &lt;dependency&gt;</div>


<div>            &lt;groupId&gt;joda-time&lt;/groupId&gt;</div><div>            &lt;artifactId&gt;joda-time&lt;/artifactId&gt;</div></div><div>            &lt;version&gt;${joda.time.version}&lt;/version&gt;</div><div>         &lt;/dependency&gt;</div>

</div></div></blockquote><div><br></div><div>Meaning you can put this in your pom.xml:</div><div><br></div><div>&lt;dependency&gt;</div><div>   &lt;groupId&gt;joda-time&lt;/groupId&gt;</div><div>   &lt;artifactId&gt;joda-time&lt;/groupId&gt;</div>

<div>&lt;/dependency&gt;</div><div><br></div><div>Joda time is an optional dependency of Seam International, which is why you have to specify it.</div><div><br></div><div>-Dan</div><div><br></div></div>-- <br><div>Dan Allen</div>

Principal Software Engineer, Red Hat | Author of Seam in Action<br>Registered Linux User #231597<br><br><div><a href="http://www.google.com/profiles/dan.j.allen#about" target="_blank">http://www.google.com/profiles/dan.j.allen#about</a><br>

<a href="http://mojavelinux.com" target="_blank">http://mojavelinux.com</a><br><a href="http://mojavelinux.com/seaminaction" target="_blank">http://mojavelinux.com/seaminaction</a><br></div><br>