[hibernate-issues] [Hibernate-JIRA] Commented: (EJB-293) Unknown dependency jboss-common-core 2.0.4.GA

Franz Allan Valencia See (JIRA) noreply at atlassian.com
Tue Jun 19 03:16:52 EDT 2007


    [ http://opensource.atlassian.com/projects/hibernate/browse/EJB-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_27280 ] 

Franz Allan Valencia See commented on EJB-293:
----------------------------------------------

Pardon, but shouldn't that repo ( http://repository.jboss.com/maven2 ) be in the pom as well?

Something like

{code:xml}
    <repository>
      <id>jboss</id>
      <name>JBoss Repository</name>
      <url>http://repository.jboss.com/maven2/</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </repository>
{code}

> Unknown dependency jboss-common-core 2.0.4.GA
> ---------------------------------------------
>
>                 Key: EJB-293
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/EJB-293
>             Project: Hibernate Entity Manager
>          Issue Type: Bug
>    Affects Versions: 3.3.1.GA
>            Reporter: Anthony Whitford
>
> The pom for 3.3.1 GA references jboss-common-core as a dependency, but this is not available on Ibiblio:
> <dependency>
>   <groupId>jboss</groupId>
>   <artifactId>jboss-common-core</artifactId>
>   <version>2.0.4.GA</version>
> ...
> </dependency>
> http://mirrors.ibiblio.org/pub/mirrors/maven2/org/hibernate/hibernate-entitymanager/3.3.1.ga/hibernate-entitymanager-3.3.1.ga.pom

-- 
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