[hibernate-issues] [Hibernate-JIRA] Commented: (HV-29) Hibernate Commons Annotations source seems to have no dependency to hibernate-core and persistence-api but the readme.txt and the maven-pom claims this dependencies are required

Aleksei Valikov (JIRA) noreply at atlassian.com
Mon Sep 17 06:28:15 EDT 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/HV-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28114 ] 

Aleksei Valikov commented on HV-29:
-----------------------------------

I have uploaded new bundles:

[http://jira.codehaus.org/browse/MAVENUPLOAD-1721] (this is the correct hibernate-commons-annotations:3.0.0.ga)
[http://jira.codehaus.org/browse/MAVENUPLOAD-1722]
[http://jira.codehaus.org/browse/MAVENUPLOAD-1723]
[http://jira.codehaus.org/browse/MAVENUPLOAD-1724]
[http://jira.codehaus.org/browse/MAVENUPLOAD-1725]

> Hibernate Commons Annotations source seems to have no dependency to hibernate-core and persistence-api but the readme.txt and the maven-pom claims this dependencies are required
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HV-29
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-29
>             Project: Hibernate Validator
>          Issue Type: Bug
>          Components: engine
>    Affects Versions: 3.0.0.ga
>            Reporter: Chris W.
>            Assignee: Aleksei Valikov
>             Fix For: 3.0.0.ga
>
>
> Hibernate Commons Annotations source seems to have no dependency to hibernate-core and persistence-api but the readme.txt and the maven-pom claims this dependencies are required.
> I have analyzed the source code and found no dependencies to either hibernate-core or persistence-api.
> Readme.txt in hibernate-validator-3.0.0.GA.zip\hibernate-validator-3.0.0.GA\lib:
> Hibernate Commons Annotations dependencies
> ==========================================
> Core
> ====
> hibernate-commons-annotations.jar: required
> hibernate3.jar: required
> hibernate core dependencies: required (see Hibernate Core for more information)
> ejb3-persistence.jar: optional (needed for Java Persistence integration)
> Test
> ====
> hibernate-annotations.jar: required
> hibernate-entitymanager.jar: required
> Maven POM at http://repo1.maven.org/maven2/org/hibernate/hibernate-commons-annotations/3.3.0.ga/hibernate-commons-annotations-3.3.0.ga.pom:
> <dependencies>
> <dependency>
> <groupId>org.hibernate</groupId>
> <artifactId>hibernate</artifactId>
> <version>3.2.1.ga</version>
> </dependency>
> <dependency>
> <groupId>javax.persistence</groupId>
> <artifactId>persistence-api</artifactId>
> <version>1.0</version>
> </dependency>
> </dependencies>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list