Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    bruceaphillips asked a question in Sonatype on November 05, 2009 21:36:

    bruceaphillips
    Error on Page 96 Edition 0.8.1
    Edition 0.8.1 October 2009
    Page 96

    This paragraph:

    org.hibernate:hibernate:3.2.5.ga
    We define a dependency on Hibernate version 3.2.5.ga, but notice that we’re excluding
    a dependency of Hibernate. We’re doing this because the javax.transaction:javax
    dependency is not available in the public Maven repository. This dependency happens to be one
    of those Sun dependencies that has not yet made it into the free central Maven repository. To
    avoid an annoying message telling us to go download these nonfree dependencies, we simple
    exclude this dependency from Hibernate and add a dependency on...

    seems to be missing the ending of the last sentence (add a dependency on...)

    Thanks for publishing online such a great resource for learning Maven.