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

2005-11-02 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-132?page=comments#action_49854 ] 

Carlos Sanchez commented on MEV-132:


Right pom for ibatis2-sqlmap 2.1.5.582

project
  modelVersion4.0.0/modelVersion
  groupIdcom.ibatis/groupId
  artifactIdibatis2-sqlmap/artifactId
  version2.1.5.582/version
  dependencies
dependency
  groupIdcom.ibatis/groupId
  artifactIdibatis2-common/artifactId
  version2.1.5.582/version
/dependency
  /dependencies
/project

The other problems are already in other issues

 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
 artifactIdibatis2-sqlmap/artifactId
 groupIdcom.ibatis/groupId
 version2.1.5.582/version
 exclusions
 exclusion
 artifactIdavalon-framework/artifactId
 groupIdavalon-framework/groupId
 /exclusion
 exclusion
 artifactIdlogkit/artifactId
 groupIdlogkit/groupId
 /exclusion
 /exclusions
 /dependency
 dependency
 artifactIdibatis2-common/artifactId
 groupIdcom.ibatis/groupId
 version2.1.5.582/version
 exclusions
 exclusion
 artifactIdavalon-framework/artifactId
 groupIdavalon-framework/groupId
 /exclusion
 exclusion
 artifactIdlogkit/artifactId
 groupIdlogkit/groupId
 /exclusion
 /exclusions
 /dependency
 !-- For some reason, removing Hibernate requires commons-logging --
 dependency
 artifactIdcommons-logging/artifactId
 groupIdcommons-logging/groupId
 version1.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]



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

2005-10-21 Thread Matt Raible (JIRA)
[ 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
 artifactIdibatis2-sqlmap/artifactId
 groupIdcom.ibatis/groupId
 version2.1.5.582/version
 exclusions
 exclusion
 artifactIdavalon-framework/artifactId
 groupIdavalon-framework/groupId
 /exclusion
 exclusion
 artifactIdlogkit/artifactId
 groupIdlogkit/groupId
 /exclusion
 /exclusions
 /dependency
 dependency
 artifactIdibatis2-common/artifactId
 groupIdcom.ibatis/groupId
 version2.1.5.582/version
 exclusions
 exclusion
 artifactIdavalon-framework/artifactId
 groupIdavalon-framework/groupId
 /exclusion
 exclusion
 artifactIdlogkit/artifactId
 groupIdlogkit/groupId
 /exclusion
 /exclusions
 /dependency
 !-- For some reason, removing Hibernate requires commons-logging --
 dependency
 artifactIdcommons-logging/artifactId
 groupIdcommons-logging/groupId
 version1.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]