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

[jira] Moved: (MEV-21) pom changes for basic hibernate project

     [ http://jira.codehaus.org/browse/MEV-21?page=all ]

Brett Porter moved MNG-387 to MEV-21:
-------------------------------------

     Component:     (was: repository-tools)
                Dependencies
    Issue Type: Task  (was: Bug)
           Key: MEV-21  (was: MNG-387)
       Project: Maven Evangelism  (was: Maven 2)

> pom changes for basic hibernate project
> ---------------------------------------
>
>          Key: MEV-21
>          URL: http://jira.codehaus.org/browse/MEV-21
>      Project: Maven Evangelism
>         Type: Task
>   Components: Dependencies
>     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