[ http://jira.codehaus.org/browse/MEV-28?page=comments#action_44055 ]
Tore Garder Larsen commented on MEV-28: --------------------------------------- Hei, There are 3 dependency entries in the commons-configuration-1.1 POM that makes building my projects with commons-configuration-1.1 as my dependency impossible without manual corrections in my local repository: These are: <dependency> <groupId>mockobjects:mockobjects-core</groupId> <artifactId>mockobjects:mockobjects-core</artifactId> <version>0.09</version> </dependency> <dependency> <groupId>mockobjects:mockobjects-jdk1.4-j2ee1.3</groupId> <artifactId>mockobjects:mockobjects-jdk1.4-j2ee1.3</artifactId> <version>0.09</version> </dependency> <dependency> <groupId>resources</groupId> <artifactId>resources</artifactId> <version>1.0</version> </dependency> The first two should be changed to: <dependency> <groupId>mockobjects</groupId> <artifactId>mockobjects-core</artifactId> <version>0.09</version> </dependency> <dependency> <groupId>mockobjects</groupId> <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId> <version>0.09</version> </dependency> The resources:resources dependency may be deleted because it is a fake dependency just to test property file reading from a jar called resources.jar Thank you. Regards from Tore Garder Larsen > bogus dependencies in commons-configuration > ------------------------------------------- > > Key: MEV-28 > URL: http://jira.codehaus.org/browse/MEV-28 > Project: Maven Evangelism > Type: Task > Components: Dependencies > Reporter: Brett Porter > > > as previously sent to commons-dev: > There are a few suspect dependencies in the POM from the 1.1 release: > - - resources:resources:1.0 doesn't exist - how does Maven build with this? > - - as of commons-logging 1.0.4, I believe you should be dependening on > commons-logging-api? > - - dependency on dbunit, which is LGPL (Eric Pugh is a committer on > both - perhaps he could propose a change to ASL/BSD?) > - - badly specified mockobjects IDs (I thought the old format used + > instead of :, but regardless - you should split it to group/artifactId > - - dependency on findbugs, which is LGPL. (The plugin being used is > ASL, but findbugs is LGPL) -- 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]