You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/12/16 23:22:18 UTC

[jira] Resolved: (CXF-2386) abdera-extensions-main and abdera-i18n are required by cxf-bundle-minimal but not present in any repository

     [ https://issues.apache.org/jira/browse/CXF-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2386.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.6
                   2.1.9
         Assignee: Daniel Kulp


Abdera is now in central.   Thus, it should resolve without excludes or any repository entry now.

> abdera-extensions-main and abdera-i18n are required by cxf-bundle-minimal but not present in any repository
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2386
>                 URL: https://issues.apache.org/jira/browse/CXF-2386
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.2.3
>         Environment: Maven 2.2.0
>            Reporter: Dennis Kieselhorst
>            Assignee: Daniel Kulp
>             Fix For: 2.1.9, 2.2.6
>
>
> I have updated an application with cxf-bundle-minimal from 2.2 to 2.2.3. Build fails with:
> Missing:
> ----------
> 1) org.apache.abdera:abdera-i18n:jar:0.4.0-incubating
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-i18n -Dversion=0.4.0-incubating -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=org.apache.abdera -DartifactId=abdera-i18n -Dversion=0.4.0-incubating -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) ...
>         2) org.apache.cxf:cxf-bundle-minimal:jar:2.2.3
>         3) org.apache.abdera:abdera-i18n:jar:0.4.0-incubating
> 2) org.apache.abdera:abdera-extensions-main:jar:0.4.0-incubating
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-extensions-main -Dversion=0.4.0-incubating -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=org.apache.abdera -DartifactId=abdera-extensions-main -Dversion=0.4.0-incubating -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) ...
>         2) org.apache.cxf:cxf-bundle-minimal:jar:2.2.3
>         3) org.apache.abdera:abdera-extensions-main:jar:0.4.0-incubating
> Regarding to this malinglist thread http://www.nabble.com/Abdera-dependencies-td24264687.html scope should be provided. 
> I have to exclude the abdera dependencies to get it build.
> <exclusions>
> 	<exclusion>
> 		<groupId>org.apache.abdera</groupId>
> 		<artifactId>abdera-extensions-main</artifactId>
> 	</exclusion>
> 	<exclusion>
> 		<groupId>org.apache.abdera</groupId>
> 		<artifactId>abdera-i18n</artifactId>
> 	</exclusion>
> </exclusions>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.