You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Ryan Sonnek (JIRA)" <ji...@codehaus.org> on 2005/05/13 20:37:21 UTC

[jira] Commented: (MNG-387) pom changes for basic hibernate project

     [ http://jira.codehaus.org/browse/MNG-387?page=comments#action_39006 ]
     
Ryan Sonnek commented on MNG-387:
---------------------------------

I also had to add the following dependencies which are not provided in the hibernate POM:

    <dependency>
      <groupId>odmg</groupId>
      <artifactId>odmg</artifactId>
      <version>3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ehcache</groupId>
      <artifactId>ehcache</artifactId>
      <version>1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
      <version>2.0.2</version>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm</artifactId>
      <version>1.4.3</version>
    </dependency>
    <dependency>
      <groupId>geronimo-spec</groupId>
      <artifactId>geronimo-spec-jta</artifactId>
      <version>1.0-M1</version>
    </dependency>


> pom changes for basic hibernate project
> ---------------------------------------
>
>          Key: MNG-387
>          URL: http://jira.codehaus.org/browse/MNG-387
>      Project: m2
>         Type: Bug
>   Components: repository-tools
>     Reporter: Ryan Sonnek

>
>
> it seems as if the current m2 repository has some invalid poms.  I'm assuming this is because the m2 pom's were automatically generated from the m1 pom's.  Here is a list of changes that were required in my local repository to get a very basic hibernate project up and going.
> change dom4j-1.6.pom stax dependencies to these:
>     <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax-api</artifactId>
>       <version>1.0</version>
>     </dependency>
>     <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax</artifactId>
>       <version>1.1-dev</version>
>     </dependency>
> remove this dependency from stax-1.1-dev.pom:
>     <dependency>
>       <groupId>xmlbeans-jsr173-api</groupId>
>       <artifactId>xmlbeans-jsr173-api</artifactId>
>       <version>2.0-dev</version>
>     </dependency>
> manually install geronimo servlet-api as servlet api
> remove two dependencies from xom-1.0b3.pom:
>     <dependency>
>       <groupId>icu4j</groupId>
>       <artifactId>icu4j</artifactId>
>       <version>2.6.1</version>
>     </dependency>
>     <dependency>
>       <groupId>tagsoup</groupId>
>       <artifactId>tagsoup</artifactId>
>       <version>0.9.7</version>
>     </dependency>
> manually install empty jdbc-2.0.jar
> can these pom's be scrubbed, or move these dependencies to the m2 repository?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org