Skip to content

Commit

Permalink
Use karaf-maven-plugin 4.2.6 to create an apache karaf feature for ja…
Browse files Browse the repository at this point in the history
…ckson-dataformat-smile to fix (FasterXML#18)
  • Loading branch information
steinarb committed Sep 14, 2019
1 parent 36e5323 commit de3de6d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions smile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ tree model)
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
7 changes: 7 additions & 0 deletions smile/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?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.core/jackson-databind/${jackson.version.databind}/xml/features</repository>
<feature name="${project.artifactId}">
<feature>jackson-databind</feature>
</feature>
</features>

0 comments on commit de3de6d

Please sign in to comment.