You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2012/07/28 19:58:34 UTC

[jira] [Resolved] (KARAF-1679) org.apache.karaf:apache-karaf:2.2.8 has a 'compile' dependency to org.eclipse:osgi:jar:3.6.2.R36x_v20110210

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

Jean-Baptiste Onofré resolved KARAF-1679.
-----------------------------------------

    Resolution: Won't Fix
      Assignee: Jean-Baptiste Onofré
    
> org.apache.karaf:apache-karaf:2.2.8 has a 'compile' dependency to org.eclipse:osgi:jar:3.6.2.R36x_v20110210
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-1679
>                 URL: https://issues.apache.org/jira/browse/KARAF-1679
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-osgi
>    Affects Versions: 2.2.8
>            Reporter: Hendy Irawan
>            Assignee: Jean-Baptiste Onofré
>
> org.eclipse:osgi:jar:3.6.2.R36x_v20110210 is not in Maven Central (causes a bit of issue for us using Nexus proxy).
> And it seems not used by the final build anyway... I suggest it be marked scope=test and/or optional=true.
> karaf already depends on org.osgi.core 4.2.0 which is similar artifact to org.eclipse:osgi.
> Workaround:
> {code}
> <dependency>
> 	<groupId>org.apache.karaf</groupId>
> 	<artifactId>apache-karaf</artifactId>
> 	<version>${karaf.version}</version>
> 	<type>tar.gz</type>
> 	<exclusions>
> 		<exclusion>
> 			<artifactId>osgi</artifactId>
> 			<groupId>org.eclipse</groupId>
> 		</exclusion>
> 	</exclusions>
> </dependency>
> <dependency>
> 	<groupId>org.apache.karaf.assemblies.features</groupId>
> 	<artifactId>standard</artifactId>
> 	<version>${karaf.version}</version>
> 	<type>xml</type>
> 	<classifier>features</classifier>
> </dependency>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira