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

[jira] Commented: (MEV-132) iBATIS POMs need some work - sqlmaps doesn't depend on common

    [ http://jira.codehaus.org/browse/MEV-132?page=comments#action_48989 ] 

Matt Raible commented on MEV-132:
---------------------------------

Sorry, forgot to select Invalid POM as the component.

> iBATIS POMs need some work - sqlmaps doesn't depend on common
> -------------------------------------------------------------
>
>          Key: MEV-132
>          URL: http://jira.codehaus.org/browse/MEV-132
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Matt Raible

>
>
> ibatis2-sqlmap should depend on ibatis2-common both don't have to be specified.  Also, why are avalon-framework and logkit required (they shouldn't be IMO).  Another wierd thing is when I replace Hibernate with iBATIS, I have to include commons-logging (even though it's required by Spring).
>     <dependency>
>             <artifactId>ibatis2-sqlmap</artifactId>
>             <groupId>com.ibatis</groupId>
>             <version>2.1.5.582</version>
>             <exclusions>
>                 <exclusion>
>                     <artifactId>avalon-framework</artifactId>
>                     <groupId>avalon-framework</groupId>
>                 </exclusion>
>                 <exclusion>
>                     <artifactId>logkit</artifactId>
>                     <groupId>logkit</groupId>
>                 </exclusion>
>             </exclusions>
>         </dependency>
>         <dependency>
>             <artifactId>ibatis2-common</artifactId>
>             <groupId>com.ibatis</groupId>
>             <version>2.1.5.582</version>
>             <exclusions>
>                 <exclusion>
>                     <artifactId>avalon-framework</artifactId>
>                     <groupId>avalon-framework</groupId>
>                 </exclusion>
>                 <exclusion>
>                     <artifactId>logkit</artifactId>
>                     <groupId>logkit</groupId>
>                 </exclusion>
>             </exclusions>
>         </dependency>
>         <!-- For some reason, removing Hibernate requires commons-logging -->
>         <dependency>
>             <artifactId>commons-logging</artifactId>
>             <groupId>commons-logging</groupId>
>             <version>1.0.4</version>
>         </dependency>

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