[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87382
 ] 

Carlos Sanchez commented on MAVENUPLOAD-1374:
---------------------------------------------

These dependencies are not in the repo, and seems to me that you are using 
different groups for Sun libraries, instead of using the ones already in the 
repo (javax.*)

    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>weather-forecast-schemas</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    
    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>jsr173-api</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    
    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>parent-child-generated-objects</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    
    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>jaxb-test</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    
    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>jaxb-api</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    
    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    
    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>jaxb-libs</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    
    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>jaxb-xjc</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    
    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>jax-qname</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    
    <dependency>
      <groupId>net.sf.dozer</groupId>
      <artifactId>namespace</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>    

> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that 
> recursively copies data from one object to another. 
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: MAVENUPLOAD-1374
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1374
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: Matt Tierney
>         Attachments: dozer-3.0-bundle.jar
>
>
> Dozer is a powerful, yet simple Java Bean to Java Bean mapper that 
> recursively copies data from one object to another. Typically, these Java 
> Beans will be of different complex types. 
> Dozer supports simple property mapping, complex type mapping, bi-directional 
> mapping, implicit-explicit mapping, as well as recursive mapping. This 
> includes mapping collection attributes that also need mapping at the element 
> level.
> Dozer not only supports mapping between attribute names, but also converting 
> between types. Many conversion scenarios are supported out of the box, but 
> Dozer also allows you to specify custom conversions via XML.
> The mapper is used any time you need to take one type of Java Bean and map it 
> to another type of Java Bean. Most field mapping can be done automatically by 
> Dozer using reflection, but any custom mapping can be predescribed in XML 
> format. Mapping is bi-directional so only one relationship between classes 
> needs defining. If any property names on both objects are the same you do not 
> even need to do any explicit property mapping for these fields.

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

        

Reply via email to