---------- Forwarded message ---------- From: Tomasz Blachowicz <tblachow...@gmail.com> Date: Tue, Nov 10, 2009 at 4:37 PM Subject: Re: [hibernate-dev] Hibernate 3.5.0-Beta-2 dependencies To: Steve Ebersole <st...@hibernate.org>
Sure, here it goes: $ mvn dependency:tree [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'dependency'. [INFO] ------------------------------------------------------------------------ [INFO] Building Sandbox: JPA2 [INFO] task-segment: [dependency:tree] [INFO] ------------------------------------------------------------------------ [INFO] [dependency:tree] [INFO] sandbox:jpa2:jar:1.0-SNAPSHOT [INFO] \- org.hibernate:hibernate-annotations:jar:3.5.0-Beta-2:compile [INFO] +- org.hibernate:hibernate-core:jar:3.5.0-Beta-2:compile [INFO] | +- antlr:antlr:jar:2.7.6:compile [INFO] | +- commons-collections:commons-collections:jar:3.1:compile [INFO] | +- dom4j:dom4j:jar:1.6.1:compile [INFO] | | \- xml-apis:xml-apis:jar:1.0.b2:compile [INFO] | \- javax.transaction:jta:jar:1.1:compile [INFO] +- org.hibernate:hibernate-commons-annotations:jar:3.2.0.Beta1:compile [INFO] +- org.hibernate.java-persistence:jpa-api:jar:2.0-cr-1:compile [INFO] +- javax.xml.bind:jaxb-api:jar:2.1:compile [INFO] | +- javax.xml.stream:stax-api:jar:1.0-2:compile [INFO] | \- javax.activation:activation:jar:1.1:compile [INFO] +- com.sun.xml.bind:jaxb-impl:jar:2.1.3:compile [INFO] +- org.slf4j:slf4j-api:jar:1.5.8:compile [INFO] \- hsqldb:hsqldb:jar:1.8.0.2:compile [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Tue Nov 10 16:35:18 GMT 2009 [INFO] Final Memory: 10M/19M [INFO] ------------------------------------------------------------------------ There is only one dependency in my sample project and this is Hibernate Annotations. On Tue, Nov 10, 2009 at 4:31 PM, Steve Ebersole <st...@hibernate.org> wrote: > On Tue, 2009-11-10 at 16:03 +0000, Tomasz Blachowicz wrote: > > Hi, > > > > I've just upgrade Hibernate Annotations to Beta2 version (using Maven 2) > in > > one of my sandbox projects and noticed that there are new dependencies to > > 3rd party libraries. Can you please quickly explain why there are the > > following ones: > > * javax.xml.bind:jaxb-api:jar:2.1:compile - only for Java 1.5, but still > > don't know why Hibernate needs JAXB > > * com.sun.xml.bind:jaxb-impl:jar:2.1.3:compile > > * hsqldb:hsqldb:jar:1.8.0.2:compile - shouldn't that be at scope test? > Please show us the output of 'mvn dependency:tree". We need to know > where these come from. > > > > > Kind Regards, > > Tomasz > > _______________________________________________ > > hibernate-dev mailing list > > hibernate-dev@lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/hibernate-dev > -- > Steve Ebersole <st...@hibernate.org> > Hibernate.org > > _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev