GitHub user kenwenzel added a comment to the discussion: Use newer version of 
org.eclipse.osgi than the bundled one

```
<plugin>
  <groupId>org.apache.karaf.tooling</groupId>
  <artifactId>karaf-maven-plugin</artifactId>
  <extensions>true</extensions>
  <configuration>
          <finalName>${project.artifactId}</finalName>
          <startupFeatures>
                  <feature>eventadmin</feature>
          </startupFeatures>
          <bootFeatures>
                  <feature>wrap</feature>
                  <feature>aries-blueprint</feature>
                  <feature>shell</feature>
                  <feature>feature</feature>
                  <feature>jaas</feature>
                  <feature>jaas-deployer</feature>
                  <feature>ssh</feature>
                  <feature>bundle</feature>
                  <feature>config</feature>
                  <feature>deployer</feature>
                  <feature>feature</feature>
                  <feature>management</feature>
                  <feature>diagnostic</feature>
                  <feature>instance</feature>
                  <feature>kar</feature>
                  <feature>log</feature>
                  <feature>package</feature>
                  <feature>service</feature>
                  <feature>system</feature>
  
                  <feature>scr</feature>
                  <!-- feature>felix-http</feature -->
                  <feature>net.enilink.platform.karaf.feature</feature>
                  <!-- 
feature>net.enilink.platform.workbench.karaf.feature</feature -->
          </bootFeatures>
  </configuration>
</plugin>
```

GitHub link: 
https://github.com/apache/karaf/discussions/2735#discussioncomment-17349008

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to