forked from FasterXML/jackson-dataformat-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use karaf-maven-plugin 4.2.6 to create an apache karaf feature for ja…
…ckson-dataformat-xml (FasterXML#361)
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="${project.artifactId}"> | ||
<repository>mvn:com.fasterxml.jackson.module/jackson-module-jaxb-annotations/${jackson.version.core}/xml/features</repository> | ||
<feature name="${project.artifactId}"> | ||
<!-- The jackson-module-jaxb-annotations feature depends on the jackson-databind, jackson-core and jackson-annotations features and will pull them all in --> | ||
<feature>jackson-module-jaxb-annotations</feature> | ||
<bundle start-level="80">wrap:mvn:com.github.relaxng/relaxngDatatype/2011.1</bundle> | ||
</feature> | ||
</features> |