[ 
https://issues.apache.org/jira/browse/KARAF-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471029#comment-13471029
 ] 

Andrei Pozolotin commented on KARAF-1898:
-----------------------------------------

I suggest change all of core and compendium references to single karaf-parent 
pom.xml definition such as:

{code} 

   <properties>

      <!-- in case BJ changes his mind -->
      <!-- karaf-osgi-groupId>org.osgi</<karaf-osgi-groupId -->

      <!-- in case karaf has to continue to bake on osgi spec jars -->
      <karaf-osgi-groupId>org.apache.karaf</<karaf-osgi-groupId>

   </properties>

   <dependency>
       <groupId>${karaf-osgi-groupId}</groupId>
       <artifactId>org.osgi.core</artifactId>
       <scope>provided</scope>
   </dependency>

   <dependency>
       <groupId>${karaf-osgi-groupId}</groupId>
       <artifactId>org.osgi.compendium</artifactId>
       <scope>provided</scope>
   </dependency>

{code}

                
> trunk does not compile on java 7 due to compendium 4.3.0 generics
> -----------------------------------------------------------------
>
>                 Key: KARAF-1898
>                 URL: https://issues.apache.org/jira/browse/KARAF-1898
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>            Reporter: Andrei Pozolotin
>            Assignee: Christian Schneider
>
> http://mail-archives.apache.org/mod_mbox/karaf-dev/201210.mbox/browser

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to