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/06/16 03:45:26 UTC

[jira] Created: (MEV-28) bogus dependencies in commons-configuration

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-28) bogus dependencies in commons-configuration

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-28?page=all ]
     
Carlos Sanchez closed MEV-28:
-----------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

Fixed in svn repo

> 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
>     Assignee: Carlos Sanchez

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-28) bogus dependencies in commons-configuration

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-28?page=comments#action_44158 ] 

Carlos Sanchez commented on MEV-28:
-----------------------------------

Oh, yes, I completely forgot

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-28) bogus dependencies in commons-configuration

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-28?page=comments#action_44131 ] 

Carlos Sanchez commented on MEV-28:
-----------------------------------

Commented resources and fixed mockobjects

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-28) bogus dependencies in commons-configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-28?page=comments#action_44057 ] 

Brett Porter commented on MEV-28:
---------------------------------

Tore, you can also use <exclusions/> inside the dependency element to block these 3 from commons-configuration where you use it. http://maven.apache.org/maven2/maven-model/maven.html#class_Exclusion

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-28) bogus dependencies in commons-configuration

Posted by "Tore Garder Larsen (JIRA)" <ji...@codehaus.org>.
    [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-28) bogus dependencies in commons-configuration

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-28?page=comments#action_44156 ] 

Brett Porter commented on MEV-28:
---------------------------------

Carlos, since it isn't done here: http://www.apache.org/dist/java-repository/commons-configuration/poms/commons-configuration-1.1.pom, it won't persist.

We need to pursue it further with commons. I can look after this one.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org