<div class="gmail_quote">On Thu, Mar 31, 2011 at 11:58, Dan Allen <span dir="ltr"><<a href="mailto:dan.j.allen@gmail.com">dan.j.allen@gmail.com</a>></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"><<a href="mailto:sebastian.ovide@gmail.com" target="_blank">sebastian.ovide@gmail.com</a>></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've just updated my pom replacing 3.0.0.Alpha3 with 3.0.0.Final and I've got a couple of errors.<br><br>I've fixed the first error just adding <br><br> <dependency><br> <groupId>joda-time</groupId><br>
<artifactId>joda-time</artifactId><br> <version>1.6.2</version><br> </dependency><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><properties></div><div>...</div><div><joda.time.version>1.6</joda.time.version></div><div>...</div><div></properties></div><div><br></div><div><div class="im"><div> <dependency></div>
<div> <groupId>joda-time</groupId></div><div> <artifactId>joda-time</artifactId></div></div><div> <version>${joda.time.version}</version></div><div> </dependency></div>
</div></div></blockquote><div><br></div><div>Meaning you can put this in your pom.xml:</div><div><br></div><div><dependency></div><div> <groupId>joda-time</groupId></div><div> <artifactId>joda-time</groupId></div>
<div></dependency></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>