[ http://jira.codehaus.org/browse/MEV-132?page=all ]
Edwin Punzalan closed MEV-132:
------------------------------
Resolution: Fixed
Fixed.
NOTE: May take up to 4 hours for the fix to be cascaded to central repo.
> 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
> Assignee: Edwin Punzalan
>
>
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]