Skip to content

Commit

Permalink
Enable woodstox
Browse files Browse the repository at this point in the history
  • Loading branch information
f2par0 committed Oct 3, 2024
1 parent 25698ba commit f27fe3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/camel-xml-jaxp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<camel.osgi.import>
*
</camel.osgi.import>
<camel.osgi.spi.consumer>javax.xml.stream.XMLInputFactory#newInstance()</camel.osgi.spi.consumer>
</properties>

<dependencies>
Expand Down
1 change: 1 addition & 0 deletions features/src/main/feature/camel-features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,7 @@
<bundle>mvn:org.apache.camel.karaf/camel-javascript/${project.version}</bundle>
</feature>
<feature name='camel-jaxb' version='${project.version}' start-level='50'>
<feature prerequisite="true">spifly</feature>
<feature version='${camel-osgi-version-range}'>camel-core</feature>
<bundle>mvn:org.apache.camel.karaf/camel-jaxb/${project.version}</bundle>
</feature>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@
<Provide-Capability>${camel.osgi.provide.capability}</Provide-Capability>
<Require-Capability>${camel.osgi.require.capability}</Require-Capability>
<Export-Service>${camel.osgi.export.service}</Export-Service>
<SPI-Consumer>${camel.osgi.spi.consumer}</SPI-Consumer>
<_failok>${camel.osgi.failok}</_failok>
<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
<_removeheaders>Ignore-Package,Include-Resource,Private-Package,Embed-Dependency
Expand Down

0 comments on commit f27fe3a

Please sign in to comment.